Shades of Yellow #FCF604
Tints of Yellow #FCF604
RGB
CMYK
RGB Variations
Color information
#FCF604 (or 0xFCF604) is known color: Yellow. HEX triplet: FC, F6 and 04. RGB value is (252,246,4). Sum of RGB (Red+Green+Blue) = 252+246+4=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 4 (1.95% from 255 or 0.80% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF604 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF604 is #0309FB. Grayscale: #DDDDDD. Windows color (decimal): -199164 or 325372. OLE color: 325372.
HSL color Cylindrical-coordinate representation of color #FCF604: hue angle of 58.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCF604 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.01 |
| HSL | 58.55º | 0.98% | 0.5% | - |
| HSV(B) | 58.55º | 0.98% | 0.99% | - |
| XYZ | 73.12 | 86.62 | 12.98 | - |
| YUV | 220.21 | 5.99 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 4 | 0 | 0.02 | 0.98 | 0.01 | 58.55 | 0.98 | 0.5 |
| Hex | FC | F6 | 4 | 0 | 2 | 62 | 1 | 3B | 62 | 32 |
| Octal | 374 | 366 | 4 | 0 | 2 | 142 | 1 | 73 | 142 | 62 |
| Binary | 11111100 | 11110110 | 100 | 0 | 10 | 1100010 | 1 | 111011 | 1100010 | 110010 |
Color Harmonies of #FCF604
Complementary color
Monochromatic Colors of #FCF604
Black with #FCF604
Text Example
Text Example
White with #FCF604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF604; }
p { color: rgb(252,246,4); }
H1.HeaderClassName
{
color: #FCF604;
}
.AnyTagClassName
{
color: #FCF604;
}
</style>
background-color css
<style>
a { background-color: #FCF604; }
a { background-color: rgb(252,246,4); }
div.DivClassName
{
background-color: #FCF604;
}
.BgClassName
{
background-color: #FCF604;
}
</style>
border-color css
<style>
span { border-color: #FCF604; }
span { border-color: rgb(252,246,4); }
td.TdClassName
{
border-color: #FCF604;
}
.TagClassName
{
border-color: #FCF604;
}
</style>