Shades of Yellow #FCF605
Tints of Yellow #FCF605
RGB
CMYK
RGB Variations
Color information
#FCF605 (or 0xFCF605) is known color: Yellow. HEX triplet: FC, F6 and 05. RGB value is (252,246,5). Sum of RGB (Red+Green+Blue) = 252+246+5=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 5 (2.34% from 255 or 0.99% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF605 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF605 is #0309FA. Grayscale: #DDDDDD. Windows color (decimal): -199163 or 390908. OLE color: 390908.
HSL color Cylindrical-coordinate representation of color #FCF605: hue angle of 58.54º 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 #FCF605 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.01 |
| HSL | 58.54º | 0.98% | 0.5% | - |
| HSV(B) | 58.54º | 0.98% | 0.99% | - |
| XYZ | 73.13 | 86.62 | 13.01 | - |
| YUV | 220.32 | 6.49 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 5 | 0 | 0.02 | 0.98 | 0.01 | 58.54 | 0.98 | 0.5 |
| Hex | FC | F6 | 5 | 0 | 2 | 62 | 1 | 3B | 62 | 32 |
| Octal | 374 | 366 | 5 | 0 | 2 | 142 | 1 | 73 | 142 | 62 |
| Binary | 11111100 | 11110110 | 101 | 0 | 10 | 1100010 | 1 | 111011 | 1100010 | 110010 |
Color Harmonies of #FCF605
Complementary color
Monochromatic Colors of #FCF605
Black with #FCF605
Text Example
Text Example
White with #FCF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF605; }
p { color: rgb(252,246,5); }
H1.HeaderClassName
{
color: #FCF605;
}
.AnyTagClassName
{
color: #FCF605;
}
</style>
background-color css
<style>
a { background-color: #FCF605; }
a { background-color: rgb(252,246,5); }
div.DivClassName
{
background-color: #FCF605;
}
.BgClassName
{
background-color: #FCF605;
}
</style>
border-color css
<style>
span { border-color: #FCF605; }
span { border-color: rgb(252,246,5); }
td.TdClassName
{
border-color: #FCF605;
}
.TagClassName
{
border-color: #FCF605;
}
</style>