Shades of Corn #FCF465
Tints of Corn #FCF465
RGB
CMYK
RGB Variations
Color information
#FCF465 (or 0xFCF465) is known color: Corn. HEX triplet: FC, F4 and 65. RGB value is (252,244,101). Sum of RGB (Red+Green+Blue) = 252+244+101=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 101 (39.84% from 255 or 16.92% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF465 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF465 is #030B9A. Grayscale: #E6E6E6. Windows color (decimal): -199579 or 6681852. OLE color: 6681852.
HSL color Cylindrical-coordinate representation of color #FCF465: hue angle of 56.82º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCF465 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 101 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.01 |
| HSL | 56.82º | 0.96% | 0.69% | - |
| HSV(B) | 56.82º | 0.6% | 0.99% | - |
| XYZ | 74.84 | 86.34 | 25.03 | - |
| YUV | 230.09 | 55.15 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 101 | 0 | 0.03 | 0.60 | 0.01 | 56.82 | 0.96 | 0.69 |
| Hex | FC | F4 | 65 | 0 | 3 | 3C | 1 | 39 | 60 | 45 |
| Octal | 374 | 364 | 145 | 0 | 3 | 74 | 1 | 71 | 140 | 105 |
| Binary | 11111100 | 11110100 | 1100101 | 0 | 11 | 111100 | 1 | 111001 | 1100000 | 1000101 |
Color Harmonies of #FCF465
Complementary color
Monochromatic Colors of #FCF465
Black with #FCF465
Text Example
Text Example
White with #FCF465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF465; }
p { color: rgb(252,244,101); }
H1.HeaderClassName
{
color: #FCF465;
}
.AnyTagClassName
{
color: #FCF465;
}
</style>
background-color css
<style>
a { background-color: #FCF465; }
a { background-color: rgb(252,244,101); }
div.DivClassName
{
background-color: #FCF465;
}
.BgClassName
{
background-color: #FCF465;
}
</style>
border-color css
<style>
span { border-color: #FCF465; }
span { border-color: rgb(252,244,101); }
td.TdClassName
{
border-color: #FCF465;
}
.TagClassName
{
border-color: #FCF465;
}
</style>