Shades of Corn #FCF05C
Tints of Corn #FCF05C
RGB
CMYK
RGB Variations
Color information
#FCF05C (or 0xFCF05C) is known color: Corn. HEX triplet: FC, F0 and 5C. RGB value is (252,240,92). Sum of RGB (Red+Green+Blue) = 252+240+92=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 92 (36.33% from 255 or 15.75% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF05C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF05C is #030FA3. Grayscale: #E3E3E3. Windows color (decimal): -200612 or 6091004. OLE color: 6091004.
HSL color Cylindrical-coordinate representation of color #FCF05C: hue angle of 55.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCF05C is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 92 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.01 |
| HSL | 55.5º | 0.96% | 0.67% | - |
| HSV(B) | 55.5º | 0.63% | 0.99% | - |
| XYZ | 73.24 | 83.79 | 22.44 | - |
| YUV | 226.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 92 | 0 | 0.05 | 0.63 | 0.01 | 55.5 | 0.96 | 0.67 |
| Hex | FC | F0 | 5C | 0 | 5 | 3F | 1 | 38 | 60 | 43 |
| Octal | 374 | 360 | 134 | 0 | 5 | 77 | 1 | 70 | 140 | 103 |
| Binary | 11111100 | 11110000 | 1011100 | 0 | 101 | 111111 | 1 | 111000 | 1100000 | 1000011 |
Color Harmonies of #FCF05C
Complementary color
Monochromatic Colors of #FCF05C
Black with #FCF05C
Text Example
Text Example
White with #FCF05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF05C; }
p { color: rgb(252,240,92); }
H1.HeaderClassName
{
color: #FCF05C;
}
.AnyTagClassName
{
color: #FCF05C;
}
</style>
background-color css
<style>
a { background-color: #FCF05C; }
a { background-color: rgb(252,240,92); }
div.DivClassName
{
background-color: #FCF05C;
}
.BgClassName
{
background-color: #FCF05C;
}
</style>
border-color css
<style>
span { border-color: #FCF05C; }
span { border-color: rgb(252,240,92); }
td.TdClassName
{
border-color: #FCF05C;
}
.TagClassName
{
border-color: #FCF05C;
}
</style>