Shades of Corn #FFF756
Tints of Corn #FFF756
RGB
CMYK
RGB Variations
Color information
#FFF756 (or 0xFFF756) is known color: Corn. HEX triplet: FF, F7 and 56. RGB value is (255,247,86). Sum of RGB (Red+Green+Blue) = 255+247+86=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 86 (33.98% from 255 or 14.63% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF756 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF756 is #0008A9. Grayscale: #E7E7E7. Windows color (decimal): -2218 or 5699583. OLE color: 5699583.
HSL color Cylindrical-coordinate representation of color #FFF756: hue angle of 57.16º 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 #FFF756 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 86 | - |
| CMYK | 0 | 0.03 | 0.66 | 0 |
| HSL | 57.16º | 1% | 0.67% | - |
| HSV(B) | 57.16º | 0.66% | 1% | - |
| XYZ | 76.18 | 88.45 | 21.86 | - |
| YUV | 231.04 | 46.15 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 86 | 0 | 0.03 | 0.66 | 0 | 57.16 | 1 | 0.67 |
| Hex | FF | F7 | 56 | 0 | 3 | 42 | 0 | 39 | 64 | 43 |
| Octal | 377 | 367 | 126 | 0 | 3 | 102 | 0 | 71 | 144 | 103 |
| Binary | 11111111 | 11110111 | 1010110 | 0 | 11 | 1000010 | 0 | 111001 | 1100100 | 1000011 |
Color Harmonies of #FFF756
Complementary color
Monochromatic Colors of #FFF756
Black with #FFF756
Text Example
Text Example
White with #FFF756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF756; }
p { color: rgb(255,247,86); }
H1.HeaderClassName
{
color: #FFF756;
}
.AnyTagClassName
{
color: #FFF756;
}
</style>
background-color css
<style>
a { background-color: #FFF756; }
a { background-color: rgb(255,247,86); }
div.DivClassName
{
background-color: #FFF756;
}
.BgClassName
{
background-color: #FFF756;
}
</style>
border-color css
<style>
span { border-color: #FFF756; }
span { border-color: rgb(255,247,86); }
td.TdClassName
{
border-color: #FFF756;
}
.TagClassName
{
border-color: #FFF756;
}
</style>