Shades of Yellow #FCF802
Tints of Yellow #FCF802
RGB
CMYK
RGB Variations
Color information
#FCF802 (or 0xFCF802) is known color: Yellow. HEX triplet: FC, F8 and 02. RGB value is (252,248,2). Sum of RGB (Red+Green+Blue) = 252+248+2=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 2 (1.17% from 255 or 0.40% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF802 is #0307FD. Grayscale: #DEDEDE. Windows color (decimal): -198654 or 194812. OLE color: 194812.
HSL color Cylindrical-coordinate representation of color #FCF802: hue angle of 59.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCF802 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.01 |
| HSL | 59.04º | 0.98% | 0.5% | - |
| HSV(B) | 59.04º | 0.99% | 0.99% | - |
| XYZ | 73.72 | 87.83 | 13.13 | - |
| YUV | 221.15 | 4.33 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 2 | 0 | 0.02 | 0.99 | 0.01 | 59.04 | 0.98 | 0.5 |
| Hex | FC | F8 | 2 | 0 | 2 | 63 | 1 | 3B | 62 | 32 |
| Octal | 374 | 370 | 2 | 0 | 2 | 143 | 1 | 73 | 142 | 62 |
| Binary | 11111100 | 11111000 | 10 | 0 | 10 | 1100011 | 1 | 111011 | 1100010 | 110010 |
Color Harmonies of #FCF802
Complementary color
Monochromatic Colors of #FCF802
Black with #FCF802
Text Example
Text Example
White with #FCF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF802; }
p { color: rgb(252,248,2); }
H1.HeaderClassName
{
color: #FCF802;
}
.AnyTagClassName
{
color: #FCF802;
}
</style>
background-color css
<style>
a { background-color: #FCF802; }
a { background-color: rgb(252,248,2); }
div.DivClassName
{
background-color: #FCF802;
}
.BgClassName
{
background-color: #FCF802;
}
</style>
border-color css
<style>
span { border-color: #FCF802; }
span { border-color: rgb(252,248,2); }
td.TdClassName
{
border-color: #FCF802;
}
.TagClassName
{
border-color: #FCF802;
}
</style>