Shades of Corn #FCF55F
Tints of Corn #FCF55F
RGB
CMYK
RGB Variations
Color information
#FCF55F (or 0xFCF55F) is known color: Corn. HEX triplet: FC, F5 and 5F. RGB value is (252,245,95). Sum of RGB (Red+Green+Blue) = 252+245+95=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 95 (37.5% from 255 or 16.05% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF55F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF55F is #030AA0. Grayscale: #E6E6E6. Windows color (decimal): -199329 or 6288892. OLE color: 6288892.
HSL color Cylindrical-coordinate representation of color #FCF55F: hue angle of 57.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCF55F is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 95 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.01 |
| HSL | 57.32º | 0.96% | 0.68% | - |
| HSV(B) | 57.32º | 0.62% | 0.99% | - |
| XYZ | 74.86 | 86.83 | 23.64 | - |
| YUV | 229.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 95 | 0 | 0.03 | 0.62 | 0.01 | 57.32 | 0.96 | 0.68 |
| Hex | FC | F5 | 5F | 0 | 3 | 3E | 1 | 39 | 60 | 44 |
| Octal | 374 | 365 | 137 | 0 | 3 | 76 | 1 | 71 | 140 | 104 |
| Binary | 11111100 | 11110101 | 1011111 | 0 | 11 | 111110 | 1 | 111001 | 1100000 | 1000100 |
Color Harmonies of #FCF55F
Complementary color
Monochromatic Colors of #FCF55F
Black with #FCF55F
Text Example
Text Example
White with #FCF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF55F; }
p { color: rgb(252,245,95); }
H1.HeaderClassName
{
color: #FCF55F;
}
.AnyTagClassName
{
color: #FCF55F;
}
</style>
background-color css
<style>
a { background-color: #FCF55F; }
a { background-color: rgb(252,245,95); }
div.DivClassName
{
background-color: #FCF55F;
}
.BgClassName
{
background-color: #FCF55F;
}
</style>
border-color css
<style>
span { border-color: #FCF55F; }
span { border-color: rgb(252,245,95); }
td.TdClassName
{
border-color: #FCF55F;
}
.TagClassName
{
border-color: #FCF55F;
}
</style>