Shades of Yellow #FDFF04
Tints of Yellow #FDFF04
RGB
CMYK
RGB Variations
Color information
#FDFF04 (or 0xFDFF04) is known color: Yellow. HEX triplet: FD, FF and 04. RGB value is (253,255,4). Sum of RGB (Red+Green+Blue) = 253+255+4=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 4 (1.95% from 255 or 0.78% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFF04 is #0200FB. Grayscale: #E2E2E2. Windows color (decimal): -131324 or 327677. OLE color: 327677.
HSL color Cylindrical-coordinate representation of color #FDFF04: hue angle of 60.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDFF04 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0 |
| HSL | 60.48º | 1% | 0.51% | - |
| HSV(B) | 60.48º | 0.98% | 1% | - |
| XYZ | 76.29 | 92.41 | 13.93 | - |
| YUV | 225.79 | 2.84 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 4 | 0.01 | 0 | 0.98 | 0 | 60.48 | 1 | 0.51 |
| Hex | FD | FF | 4 | 1 | 0 | 62 | 0 | 3C | 64 | 33 |
| Octal | 375 | 377 | 4 | 1 | 0 | 142 | 0 | 74 | 144 | 63 |
| Binary | 11111101 | 11111111 | 100 | 1 | 0 | 1100010 | 0 | 111100 | 1100100 | 110011 |
Color Harmonies of #FDFF04
Complementary color
Monochromatic Colors of #FDFF04
Black with #FDFF04
Text Example
Text Example
White with #FDFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF04; }
p { color: rgb(253,255,4); }
H1.HeaderClassName
{
color: #FDFF04;
}
.AnyTagClassName
{
color: #FDFF04;
}
</style>
background-color css
<style>
a { background-color: #FDFF04; }
a { background-color: rgb(253,255,4); }
div.DivClassName
{
background-color: #FDFF04;
}
.BgClassName
{
background-color: #FDFF04;
}
</style>
border-color css
<style>
span { border-color: #FDFF04; }
span { border-color: rgb(253,255,4); }
td.TdClassName
{
border-color: #FDFF04;
}
.TagClassName
{
border-color: #FDFF04;
}
</style>