Shades of Corn #FCF65A
Tints of Corn #FCF65A
RGB
CMYK
RGB Variations
Color information
#FCF65A (or 0xFCF65A) is known color: Corn. HEX triplet: FC, F6 and 5A. RGB value is (252,246,90). Sum of RGB (Red+Green+Blue) = 252+246+90=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 90 (35.55% from 255 or 15.31% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF65A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF65A is #0309A5. Grayscale: #E6E6E6. Windows color (decimal): -199078 or 5961468. OLE color: 5961468.
HSL color Cylindrical-coordinate representation of color #FCF65A: hue angle of 57.78º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCF65A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 90 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.01 |
| HSL | 57.78º | 0.96% | 0.67% | - |
| HSV(B) | 57.78º | 0.64% | 0.99% | - |
| XYZ | 74.95 | 87.35 | 22.58 | - |
| YUV | 230.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 90 | 0 | 0.02 | 0.64 | 0.01 | 57.78 | 0.96 | 0.67 |
| Hex | FC | F6 | 5A | 0 | 2 | 40 | 1 | 3A | 60 | 43 |
| Octal | 374 | 366 | 132 | 0 | 2 | 100 | 1 | 72 | 140 | 103 |
| Binary | 11111100 | 11110110 | 1011010 | 0 | 10 | 1000000 | 1 | 111010 | 1100000 | 1000011 |
Color Harmonies of #FCF65A
Complementary color
Monochromatic Colors of #FCF65A
Black with #FCF65A
Text Example
Text Example
White with #FCF65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF65A; }
p { color: rgb(252,246,90); }
H1.HeaderClassName
{
color: #FCF65A;
}
.AnyTagClassName
{
color: #FCF65A;
}
</style>
background-color css
<style>
a { background-color: #FCF65A; }
a { background-color: rgb(252,246,90); }
div.DivClassName
{
background-color: #FCF65A;
}
.BgClassName
{
background-color: #FCF65A;
}
</style>
border-color css
<style>
span { border-color: #FCF65A; }
span { border-color: rgb(252,246,90); }
td.TdClassName
{
border-color: #FCF65A;
}
.TagClassName
{
border-color: #FCF65A;
}
</style>