Shades of Corn #FFF456
Tints of Corn #FFF456
RGB
CMYK
RGB Variations
Color information
#FFF456 (or 0xFFF456) is known color: Corn. HEX triplet: FF, F4 and 56. RGB value is (255,244,86). Sum of RGB (Red+Green+Blue) = 255+244+86=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 86 (33.98% from 255 or 14.70% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF456 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF456 is #000BA9. Grayscale: #E5E5E5. Windows color (decimal): -2986 or 5698815. OLE color: 5698815.
HSL color Cylindrical-coordinate representation of color #FFF456: hue angle of 56.09º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFF456 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 86 | - |
| CMYK | 0 | 0.04 | 0.66 | 0 |
| HSL | 56.09º | 1% | 0.67% | - |
| HSV(B) | 56.09º | 0.66% | 1% | - |
| XYZ | 75.27 | 86.63 | 21.56 | - |
| YUV | 229.28 | 47.14 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 86 | 0 | 0.04 | 0.66 | 0 | 56.09 | 1 | 0.67 |
| Hex | FF | F4 | 56 | 0 | 4 | 42 | 0 | 38 | 64 | 43 |
| Octal | 377 | 364 | 126 | 0 | 4 | 102 | 0 | 70 | 144 | 103 |
| Binary | 11111111 | 11110100 | 1010110 | 0 | 100 | 1000010 | 0 | 111000 | 1100100 | 1000011 |
Color Harmonies of #FFF456
Complementary color
Monochromatic Colors of #FFF456
Black with #FFF456
Text Example
Text Example
White with #FFF456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF456; }
p { color: rgb(255,244,86); }
H1.HeaderClassName
{
color: #FFF456;
}
.AnyTagClassName
{
color: #FFF456;
}
</style>
background-color css
<style>
a { background-color: #FFF456; }
a { background-color: rgb(255,244,86); }
div.DivClassName
{
background-color: #FFF456;
}
.BgClassName
{
background-color: #FFF456;
}
</style>
border-color css
<style>
span { border-color: #FFF456; }
span { border-color: rgb(255,244,86); }
td.TdClassName
{
border-color: #FFF456;
}
.TagClassName
{
border-color: #FFF456;
}
</style>