Shades of Corn #FCF55D
Tints of Corn #FCF55D
RGB
CMYK
RGB Variations
Color information
#FCF55D (or 0xFCF55D) is known color: Corn. HEX triplet: FC, F5 and 5D. RGB value is (252,245,93). Sum of RGB (Red+Green+Blue) = 252+245+93=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 93 (36.72% from 255 or 15.76% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF55D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF55D is #030AA2. Grayscale: #E6E6E6. Windows color (decimal): -199331 or 6157820. OLE color: 6157820.
HSL color Cylindrical-coordinate representation of color #FCF55D: hue angle of 57.36º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCF55D is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 93 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.01 |
| HSL | 57.36º | 0.96% | 0.68% | - |
| HSV(B) | 57.36º | 0.63% | 0.99% | - |
| XYZ | 74.77 | 86.79 | 23.17 | - |
| YUV | 229.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 93 | 0 | 0.03 | 0.63 | 0.01 | 57.36 | 0.96 | 0.68 |
| Hex | FC | F5 | 5D | 0 | 3 | 3F | 1 | 39 | 60 | 44 |
| Octal | 374 | 365 | 135 | 0 | 3 | 77 | 1 | 71 | 140 | 104 |
| Binary | 11111100 | 11110101 | 1011101 | 0 | 11 | 111111 | 1 | 111001 | 1100000 | 1000100 |
Color Harmonies of #FCF55D
Complementary color
Monochromatic Colors of #FCF55D
Black with #FCF55D
Text Example
Text Example
White with #FCF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF55D; }
p { color: rgb(252,245,93); }
H1.HeaderClassName
{
color: #FCF55D;
}
.AnyTagClassName
{
color: #FCF55D;
}
</style>
background-color css
<style>
a { background-color: #FCF55D; }
a { background-color: rgb(252,245,93); }
div.DivClassName
{
background-color: #FCF55D;
}
.BgClassName
{
background-color: #FCF55D;
}
</style>
border-color css
<style>
span { border-color: #FCF55D; }
span { border-color: rgb(252,245,93); }
td.TdClassName
{
border-color: #FCF55D;
}
.TagClassName
{
border-color: #FCF55D;
}
</style>