Shades of Yellow #FCF001
Tints of Yellow #FCF001
RGB
CMYK
RGB Variations
Color information
#FCF001 (or 0xFCF001) is known color: Yellow. HEX triplet: FC, F0 and 01. RGB value is (252,240,1). Sum of RGB (Red+Green+Blue) = 252+240+1=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 1 (0.78% from 255 or 0.20% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF001 is #030FFE. Grayscale: #D9D9D9. Windows color (decimal): -200703 or 127228. OLE color: 127228.
HSL color Cylindrical-coordinate representation of color #FCF001: hue angle of 57.13º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCF001 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.01 |
| HSL | 57.13º | 0.99% | 0.5% | - |
| HSV(B) | 57.13º | 1% | 0.99% | - |
| XYZ | 71.31 | 83.02 | 12.29 | - |
| YUV | 216.34 | 6.48 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 1 | 0 | 0.05 | 1.00 | 0.01 | 57.13 | 0.99 | 0.5 |
| Hex | FC | F0 | 1 | 0 | 5 | 64 | 1 | 39 | 63 | 32 |
| Octal | 374 | 360 | 1 | 0 | 5 | 144 | 1 | 71 | 143 | 62 |
| Binary | 11111100 | 11110000 | 1 | 0 | 101 | 1100100 | 1 | 111001 | 1100011 | 110010 |
Color Harmonies of #FCF001
Complementary color
Monochromatic Colors of #FCF001
Black with #FCF001
Text Example
Text Example
White with #FCF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF001; }
p { color: rgb(252,240,1); }
H1.HeaderClassName
{
color: #FCF001;
}
.AnyTagClassName
{
color: #FCF001;
}
</style>
background-color css
<style>
a { background-color: #FCF001; }
a { background-color: rgb(252,240,1); }
div.DivClassName
{
background-color: #FCF001;
}
.BgClassName
{
background-color: #FCF001;
}
</style>
border-color css
<style>
span { border-color: #FCF001; }
span { border-color: rgb(252,240,1); }
td.TdClassName
{
border-color: #FCF001;
}
.TagClassName
{
border-color: #FCF001;
}
</style>