#FFD300
RGB(255, 211, 0)
#FFFFE7
#FFFFC1
#FFFC86
#FFF141
#FFE20D
#FFD300
#D19B00
#A66F02
#89560A
#74460F
#442504
Color Values
HEX
#FFD300
RGB
rgb(255, 211, 0)
HSL
hsl(50°, 100%, 50%)
CMYK
0%, 17%, 100%, 0%
HSV
50°, 100%, 100%
XYZ
64.53, 67.85, 9.69
Color Variations
Monochromatic Colors of Cyber Yellow (#FFD300)
#B39400
#CCA900
#E6BE00
#FFD300
#FFD71A
#FFDC33
#FFE04D
Tints of Cyber Yellow (#FFD300)
#FFD300
#FFD719
#FFDB32
#FFE04C
#FFE466
#FFE97F
#FFED99
#FFF1B2
#FFF6CC
#FFFAE5
#FFFFFF
Triadic Colors of Cyber Yellow (#FFD300)
#FFD300
#00FFD3
#D300FF
Analogous Colors of Cyber Yellow (#FFD300)
#FFD300
#ACFF00
#FF5300
Complementary Colors of Cyber Yellow (#FFD300)
#FFD300
#002CFF
CSS Examples
Cyber Pulse Button
.cyber-pulse {
background: #ffd300;
color: #000;
border: 2px solid #000;
box-shadow:
0 0 10px #ffd300,
inset 0 0 5px #ffe20d;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
Digital Gradient
.digital-gradient {
background: linear-gradient(45deg, #ffd300, #ffe20d);
border: 3px solid #000;
box-shadow:
5px 5px 0 #000,
-5px -5px 15px rgba(255, 211, 0, 0.5);
transform: skew(-5deg);
}
Cyber Text
.cyber-text {
color: #ffd300;
text-shadow:
2px 2px 0 #000,
-2px -2px 0 #000,
0 0 10px #ffd300;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
}
About Cyber Yellow
Cyber Yellow (#FFD300) is a vibrant shade of yellow that embodies the digital age. In the RGB color model, it is composed of 100.0% red, 82.75% green, and 0.0% blue. In the HSL color space, it has a hue of 50° (degrees), 100% saturation, and 50% lightness. This color has an approximate wavelength of 576.22 nm.
Color Characteristics
- Vibrant yellow shade
- Full saturation (100%)
- Medium lightness (50%)
- Strong digital presence
Usage in Design
Cyber Yellow excels in:
- Digital interfaces and cyberpunk designs
- Warning signs and safety equipment
- Tech startup branding
- Gaming and esports applications
- Modern web design accents