Shades of Corn #FCF65D
Tints of Corn #FCF65D
RGB
CMYK
RGB Variations
Color information
#FCF65D (or 0xFCF65D) is known color: Corn. HEX triplet: FC, F6 and 5D. RGB value is (252,246,93). Sum of RGB (Red+Green+Blue) = 252+246+93=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 93 (36.72% from 255 or 15.74% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF65D is #0309A2. Grayscale: #E6E6E6. Windows color (decimal): -199075 or 6158076. OLE color: 6158076.
HSL color Cylindrical-coordinate representation of color #FCF65D: hue angle of 57.74º 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 #FCF65D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 93 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.01 |
| HSL | 57.74º | 0.96% | 0.68% | - |
| HSV(B) | 57.74º | 0.63% | 0.99% | - |
| XYZ | 75.08 | 87.4 | 23.27 | - |
| YUV | 230.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 93 | 0 | 0.02 | 0.63 | 0.01 | 57.74 | 0.96 | 0.68 |
| Hex | FC | F6 | 5D | 0 | 2 | 3F | 1 | 3A | 60 | 44 |
| Octal | 374 | 366 | 135 | 0 | 2 | 77 | 1 | 72 | 140 | 104 |
| Binary | 11111100 | 11110110 | 1011101 | 0 | 10 | 111111 | 1 | 111010 | 1100000 | 1000100 |
Color Harmonies of #FCF65D
Complementary color
Monochromatic Colors of #FCF65D
Black with #FCF65D
Text Example
Text Example
White with #FCF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF65D; }
p { color: rgb(252,246,93); }
H1.HeaderClassName
{
color: #FCF65D;
}
.AnyTagClassName
{
color: #FCF65D;
}
</style>
background-color css
<style>
a { background-color: #FCF65D; }
a { background-color: rgb(252,246,93); }
div.DivClassName
{
background-color: #FCF65D;
}
.BgClassName
{
background-color: #FCF65D;
}
</style>
border-color css
<style>
span { border-color: #FCF65D; }
span { border-color: rgb(252,246,93); }
td.TdClassName
{
border-color: #FCF65D;
}
.TagClassName
{
border-color: #FCF65D;
}
</style>