Shades of Yellow #FDFC08
Tints of Yellow #FDFC08
RGB
CMYK
RGB Variations
Color information
#FDFC08 (or 0xFDFC08) is known color: Yellow. HEX triplet: FD, FC and 08. RGB value is (253,252,8). Sum of RGB (Red+Green+Blue) = 253+252+8=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 8 (3.52% from 255 or 1.56% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC08 is #0203F7. Grayscale: #E1E1E1. Windows color (decimal): -132088 or 589053. OLE color: 589053.
HSL color Cylindrical-coordinate representation of color #FDFC08: hue angle of 59.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDFC08 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 8 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.01 |
| HSL | 59.76º | 0.98% | 0.51% | - |
| HSV(B) | 59.76º | 0.97% | 0.99% | - |
| XYZ | 75.36 | 90.52 | 13.73 | - |
| YUV | 224.48 | 5.83 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 8 | 0 | 0.00 | 0.97 | 0.01 | 59.76 | 0.98 | 0.51 |
| Hex | FD | FC | 8 | 0 | 0 | 61 | 1 | 3C | 62 | 33 |
| Octal | 375 | 374 | 10 | 0 | 0 | 141 | 1 | 74 | 142 | 63 |
| Binary | 11111101 | 11111100 | 1000 | 0 | 0 | 1100001 | 1 | 111100 | 1100010 | 110011 |
Color Harmonies of #FDFC08
Complementary color
Monochromatic Colors of #FDFC08
Black with #FDFC08
Text Example
Text Example
White with #FDFC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC08; }
p { color: rgb(253,252,8); }
H1.HeaderClassName
{
color: #FDFC08;
}
.AnyTagClassName
{
color: #FDFC08;
}
</style>
background-color css
<style>
a { background-color: #FDFC08; }
a { background-color: rgb(253,252,8); }
div.DivClassName
{
background-color: #FDFC08;
}
.BgClassName
{
background-color: #FDFC08;
}
</style>
border-color css
<style>
span { border-color: #FDFC08; }
span { border-color: rgb(253,252,8); }
td.TdClassName
{
border-color: #FDFC08;
}
.TagClassName
{
border-color: #FDFC08;
}
</style>