Shades of Corn #FCF65B
Tints of Corn #FCF65B
RGB
CMYK
RGB Variations
Color information
#FCF65B (or 0xFCF65B) is known color: Corn. HEX triplet: FC, F6 and 5B. RGB value is (252,246,91). Sum of RGB (Red+Green+Blue) = 252+246+91=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 91 (35.94% from 255 or 15.45% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF65B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF65B is #0309A4. Grayscale: #E6E6E6. Windows color (decimal): -199077 or 6027004. OLE color: 6027004.
HSL color Cylindrical-coordinate representation of color #FCF65B: hue angle of 57.76º 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 #FCF65B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 91 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.01 |
| HSL | 57.76º | 0.96% | 0.67% | - |
| HSV(B) | 57.76º | 0.64% | 0.99% | - |
| XYZ | 74.99 | 87.36 | 22.81 | - |
| YUV | 230.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 91 | 0 | 0.02 | 0.64 | 0.01 | 57.76 | 0.96 | 0.67 |
| Hex | FC | F6 | 5B | 0 | 2 | 40 | 1 | 3A | 60 | 43 |
| Octal | 374 | 366 | 133 | 0 | 2 | 100 | 1 | 72 | 140 | 103 |
| Binary | 11111100 | 11110110 | 1011011 | 0 | 10 | 1000000 | 1 | 111010 | 1100000 | 1000011 |
Color Harmonies of #FCF65B
Complementary color
Monochromatic Colors of #FCF65B
Black with #FCF65B
Text Example
Text Example
White with #FCF65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF65B; }
p { color: rgb(252,246,91); }
H1.HeaderClassName
{
color: #FCF65B;
}
.AnyTagClassName
{
color: #FCF65B;
}
</style>
background-color css
<style>
a { background-color: #FCF65B; }
a { background-color: rgb(252,246,91); }
div.DivClassName
{
background-color: #FCF65B;
}
.BgClassName
{
background-color: #FCF65B;
}
</style>
border-color css
<style>
span { border-color: #FCF65B; }
span { border-color: rgb(252,246,91); }
td.TdClassName
{
border-color: #FCF65B;
}
.TagClassName
{
border-color: #FCF65B;
}
</style>