Shades of Yellow #FCF600
Tints of Yellow #FCF600
RGB
CMYK
RGB Variations
Color information
#FCF600 (or 0xFCF600) is known color: Yellow. HEX triplet: FC, F6 and 00. RGB value is (252,246,0). Sum of RGB (Red+Green+Blue) = 252+246+0=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 0 (0.39% from 255 or 0% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF600 is #0309FF. Grayscale: #DCDCDC. Windows color (decimal): -199168 or 63228. OLE color: 63228.
HSL color Cylindrical-coordinate representation of color #FCF600: hue angle of 58.57º 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 #FCF600 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.01 |
| HSL | 58.57º | 1% | 0.49% | - |
| HSV(B) | 58.57º | 1% | 0.99% | - |
| XYZ | 73.1 | 86.61 | 12.86 | - |
| YUV | 219.75 | 3.99 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 0 | 0 | 0.02 | 1 | 0.01 | 58.57 | 1 | 0.49 |
| Hex | FC | F6 | 0 | 0 | 2 | 64 | 1 | 3B | 64 | 31 |
| Octal | 374 | 366 | 0 | 0 | 2 | 144 | 1 | 73 | 144 | 61 |
| Binary | 11111100 | 11110110 | 0 | 0 | 10 | 1100100 | 1 | 111011 | 1100100 | 110001 |
Color Harmonies of #FCF600
Complementary color
Monochromatic Colors of #FCF600
Black with #FCF600
Text Example
Text Example
White with #FCF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF600; }
p { color: rgb(252,246,0); }
H1.HeaderClassName
{
color: #FCF600;
}
.AnyTagClassName
{
color: #FCF600;
}
</style>
background-color css
<style>
a { background-color: #FCF600; }
a { background-color: rgb(252,246,0); }
div.DivClassName
{
background-color: #FCF600;
}
.BgClassName
{
background-color: #FCF600;
}
</style>
border-color css
<style>
span { border-color: #FCF600; }
span { border-color: rgb(252,246,0); }
td.TdClassName
{
border-color: #FCF600;
}
.TagClassName
{
border-color: #FCF600;
}
</style>