Shades of Corn #FCF65C
Tints of Corn #FCF65C
RGB
CMYK
RGB Variations
Color information
#FCF65C (or 0xFCF65C) is known color: Corn. HEX triplet: FC, F6 and 5C. RGB value is (252,246,92). Sum of RGB (Red+Green+Blue) = 252+246+92=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 92 (36.33% from 255 or 15.59% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF65C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF65C is #0309A3. Grayscale: #E6E6E6. Windows color (decimal): -199076 or 6092540. OLE color: 6092540.
HSL color Cylindrical-coordinate representation of color #FCF65C: hue angle of 57.75º 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 #FCF65C is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 92 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.01 |
| HSL | 57.75º | 0.96% | 0.67% | - |
| HSV(B) | 57.75º | 0.63% | 0.99% | - |
| XYZ | 75.03 | 87.38 | 23.04 | - |
| YUV | 230.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 92 | 0 | 0.02 | 0.63 | 0.01 | 57.75 | 0.96 | 0.67 |
| Hex | FC | F6 | 5C | 0 | 2 | 3F | 1 | 3A | 60 | 43 |
| Octal | 374 | 366 | 134 | 0 | 2 | 77 | 1 | 72 | 140 | 103 |
| Binary | 11111100 | 11110110 | 1011100 | 0 | 10 | 111111 | 1 | 111010 | 1100000 | 1000011 |
Color Harmonies of #FCF65C
Complementary color
Monochromatic Colors of #FCF65C
Black with #FCF65C
Text Example
Text Example
White with #FCF65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF65C; }
p { color: rgb(252,246,92); }
H1.HeaderClassName
{
color: #FCF65C;
}
.AnyTagClassName
{
color: #FCF65C;
}
</style>
background-color css
<style>
a { background-color: #FCF65C; }
a { background-color: rgb(252,246,92); }
div.DivClassName
{
background-color: #FCF65C;
}
.BgClassName
{
background-color: #FCF65C;
}
</style>
border-color css
<style>
span { border-color: #FCF65C; }
span { border-color: rgb(252,246,92); }
td.TdClassName
{
border-color: #FCF65C;
}
.TagClassName
{
border-color: #FCF65C;
}
</style>