Shades of Yellow #FCF902
Tints of Yellow #FCF902
RGB
CMYK
RGB Variations
Color information
#FCF902 (or 0xFCF902) is known color: Yellow. HEX triplet: FC, F9 and 02. RGB value is (252,249,2). Sum of RGB (Red+Green+Blue) = 252+249+2=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 2 (1.17% from 255 or 0.40% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF902 is #0306FD. Grayscale: #DEDEDE. Windows color (decimal): -198398 or 195068. OLE color: 195068.
HSL color Cylindrical-coordinate representation of color #FCF902: hue angle of 59.28º 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 #FCF902 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.01 |
| HSL | 59.28º | 0.98% | 0.5% | - |
| HSV(B) | 59.28º | 0.99% | 0.99% | - |
| XYZ | 74.03 | 88.45 | 13.23 | - |
| YUV | 221.74 | 3.99 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 2 | 0 | 0.01 | 0.99 | 0.01 | 59.28 | 0.98 | 0.5 |
| Hex | FC | F9 | 2 | 0 | 1 | 63 | 1 | 3B | 62 | 32 |
| Octal | 374 | 371 | 2 | 0 | 1 | 143 | 1 | 73 | 142 | 62 |
| Binary | 11111100 | 11111001 | 10 | 0 | 1 | 1100011 | 1 | 111011 | 1100010 | 110010 |
Color Harmonies of #FCF902
Complementary color
Monochromatic Colors of #FCF902
Black with #FCF902
Text Example
Text Example
White with #FCF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF902; }
p { color: rgb(252,249,2); }
H1.HeaderClassName
{
color: #FCF902;
}
.AnyTagClassName
{
color: #FCF902;
}
</style>
background-color css
<style>
a { background-color: #FCF902; }
a { background-color: rgb(252,249,2); }
div.DivClassName
{
background-color: #FCF902;
}
.BgClassName
{
background-color: #FCF902;
}
</style>
border-color css
<style>
span { border-color: #FCF902; }
span { border-color: rgb(252,249,2); }
td.TdClassName
{
border-color: #FCF902;
}
.TagClassName
{
border-color: #FCF902;
}
</style>