Shades of Yellow #FCF808
Tints of Yellow #FCF808
RGB
CMYK
RGB Variations
Color information
#FCF808 (or 0xFCF808) is known color: Yellow. HEX triplet: FC, F8 and 08. RGB value is (252,248,8). Sum of RGB (Red+Green+Blue) = 252+248+8=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 8 (3.52% from 255 or 1.57% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF808 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF808 is #0307F7. Grayscale: #DEDEDE. Windows color (decimal): -198648 or 588028. OLE color: 588028.
HSL color Cylindrical-coordinate representation of color #FCF808: hue angle of 59.02º 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 #FCF808 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 8 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.01 |
| HSL | 59.02º | 0.98% | 0.51% | - |
| HSV(B) | 59.02º | 0.97% | 0.99% | - |
| XYZ | 73.76 | 87.85 | 13.3 | - |
| YUV | 221.84 | 7.33 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 8 | 0 | 0.02 | 0.97 | 0.01 | 59.02 | 0.98 | 0.51 |
| Hex | FC | F8 | 8 | 0 | 2 | 61 | 1 | 3B | 62 | 33 |
| Octal | 374 | 370 | 10 | 0 | 2 | 141 | 1 | 73 | 142 | 63 |
| Binary | 11111100 | 11111000 | 1000 | 0 | 10 | 1100001 | 1 | 111011 | 1100010 | 110011 |
Color Harmonies of #FCF808
Complementary color
Monochromatic Colors of #FCF808
Black with #FCF808
Text Example
Text Example
White with #FCF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF808; }
p { color: rgb(252,248,8); }
H1.HeaderClassName
{
color: #FCF808;
}
.AnyTagClassName
{
color: #FCF808;
}
</style>
background-color css
<style>
a { background-color: #FCF808; }
a { background-color: rgb(252,248,8); }
div.DivClassName
{
background-color: #FCF808;
}
.BgClassName
{
background-color: #FCF808;
}
</style>
border-color css
<style>
span { border-color: #FCF808; }
span { border-color: rgb(252,248,8); }
td.TdClassName
{
border-color: #FCF808;
}
.TagClassName
{
border-color: #FCF808;
}
</style>