Shades of Corn #FCF55C
Tints of Corn #FCF55C
RGB
CMYK
RGB Variations
Color information
#FCF55C (or 0xFCF55C) is known color: Corn. HEX triplet: FC, F5 and 5C. RGB value is (252,245,92). Sum of RGB (Red+Green+Blue) = 252+245+92=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 92 (36.33% from 255 or 15.62% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF55C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF55C is #030AA3. Grayscale: #E6E6E6. Windows color (decimal): -199332 or 6092284. OLE color: 6092284.
HSL color Cylindrical-coordinate representation of color #FCF55C: hue angle of 57.38º 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 #FCF55C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 92 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.01 |
| HSL | 57.38º | 0.96% | 0.67% | - |
| HSV(B) | 57.38º | 0.63% | 0.99% | - |
| XYZ | 74.73 | 86.77 | 22.94 | - |
| YUV | 229.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 92 | 0 | 0.03 | 0.63 | 0.01 | 57.38 | 0.96 | 0.67 |
| Hex | FC | F5 | 5C | 0 | 3 | 3F | 1 | 39 | 60 | 43 |
| Octal | 374 | 365 | 134 | 0 | 3 | 77 | 1 | 71 | 140 | 103 |
| Binary | 11111100 | 11110101 | 1011100 | 0 | 11 | 111111 | 1 | 111001 | 1100000 | 1000011 |
Color Harmonies of #FCF55C
Complementary color
Monochromatic Colors of #FCF55C
Black with #FCF55C
Text Example
Text Example
White with #FCF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF55C; }
p { color: rgb(252,245,92); }
H1.HeaderClassName
{
color: #FCF55C;
}
.AnyTagClassName
{
color: #FCF55C;
}
</style>
background-color css
<style>
a { background-color: #FCF55C; }
a { background-color: rgb(252,245,92); }
div.DivClassName
{
background-color: #FCF55C;
}
.BgClassName
{
background-color: #FCF55C;
}
</style>
border-color css
<style>
span { border-color: #FCF55C; }
span { border-color: rgb(252,245,92); }
td.TdClassName
{
border-color: #FCF55C;
}
.TagClassName
{
border-color: #FCF55C;
}
</style>