Shades of Yellow #FCF200
Tints of Yellow #FCF200
RGB
CMYK
RGB Variations
Color information
#FCF200 (or 0xFCF200) is known color: Yellow. HEX triplet: FC, F2 and 00. RGB value is (252,242,0). Sum of RGB (Red+Green+Blue) = 252+242+0=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 0 (0.39% from 255 or 0% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF200 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF200 is #030DFF. Grayscale: #DADADA. Windows color (decimal): -200192 or 62204. OLE color: 62204.
HSL color Cylindrical-coordinate representation of color #FCF200: hue angle of 57.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCF200 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.01 |
| HSL | 57.62º | 1% | 0.49% | - |
| HSV(B) | 57.62º | 1% | 0.99% | - |
| XYZ | 71.9 | 84.2 | 12.46 | - |
| YUV | 217.4 | 5.31 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 0 | 0 | 0.04 | 1 | 0.01 | 57.62 | 1 | 0.49 |
| Hex | FC | F2 | 0 | 0 | 4 | 64 | 1 | 3A | 64 | 31 |
| Octal | 374 | 362 | 0 | 0 | 4 | 144 | 1 | 72 | 144 | 61 |
| Binary | 11111100 | 11110010 | 0 | 0 | 100 | 1100100 | 1 | 111010 | 1100100 | 110001 |
Color Harmonies of #FCF200
Complementary color
Monochromatic Colors of #FCF200
Black with #FCF200
Text Example
Text Example
White with #FCF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF200; }
p { color: rgb(252,242,0); }
H1.HeaderClassName
{
color: #FCF200;
}
.AnyTagClassName
{
color: #FCF200;
}
</style>
background-color css
<style>
a { background-color: #FCF200; }
a { background-color: rgb(252,242,0); }
div.DivClassName
{
background-color: #FCF200;
}
.BgClassName
{
background-color: #FCF200;
}
</style>
border-color css
<style>
span { border-color: #FCF200; }
span { border-color: rgb(252,242,0); }
td.TdClassName
{
border-color: #FCF200;
}
.TagClassName
{
border-color: #FCF200;
}
</style>