Shades of Yellow #FCF602
Tints of Yellow #FCF602
RGB
CMYK
RGB Variations
Color information
#FCF602 (or 0xFCF602) is known color: Yellow. HEX triplet: FC, F6 and 02. RGB value is (252,246,2). Sum of RGB (Red+Green+Blue) = 252+246+2=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 2 (1.17% from 255 or 0.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF602 is #0309FD. Grayscale: #DCDCDC. Windows color (decimal): -199166 or 194300. OLE color: 194300.
HSL color Cylindrical-coordinate representation of color #FCF602: hue angle of 58.56º 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 #FCF602 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.01 |
| HSL | 58.56º | 0.98% | 0.5% | - |
| HSV(B) | 58.56º | 0.99% | 0.99% | - |
| XYZ | 73.11 | 86.61 | 12.92 | - |
| YUV | 219.98 | 4.99 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 2 | 0 | 0.02 | 0.99 | 0.01 | 58.56 | 0.98 | 0.5 |
| Hex | FC | F6 | 2 | 0 | 2 | 63 | 1 | 3B | 62 | 32 |
| Octal | 374 | 366 | 2 | 0 | 2 | 143 | 1 | 73 | 142 | 62 |
| Binary | 11111100 | 11110110 | 10 | 0 | 10 | 1100011 | 1 | 111011 | 1100010 | 110010 |
Color Harmonies of #FCF602
Complementary color
Monochromatic Colors of #FCF602
Black with #FCF602
Text Example
Text Example
White with #FCF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF602; }
p { color: rgb(252,246,2); }
H1.HeaderClassName
{
color: #FCF602;
}
.AnyTagClassName
{
color: #FCF602;
}
</style>
background-color css
<style>
a { background-color: #FCF602; }
a { background-color: rgb(252,246,2); }
div.DivClassName
{
background-color: #FCF602;
}
.BgClassName
{
background-color: #FCF602;
}
</style>
border-color css
<style>
span { border-color: #FCF602; }
span { border-color: rgb(252,246,2); }
td.TdClassName
{
border-color: #FCF602;
}
.TagClassName
{
border-color: #FCF602;
}
</style>