Shades of Corn #FFF556
Tints of Corn #FFF556
RGB
CMYK
RGB Variations
Color information
#FFF556 (or 0xFFF556) is known color: Corn. HEX triplet: FF, F5 and 56. RGB value is (255,245,86). Sum of RGB (Red+Green+Blue) = 255+245+86=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 86 (33.98% from 255 or 14.68% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF556 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF556 is #000AA9. Grayscale: #E6E6E6. Windows color (decimal): -2730 or 5699071. OLE color: 5699071.
HSL color Cylindrical-coordinate representation of color #FFF556: hue angle of 56.45º 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 #FFF556 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 86 | - |
| CMYK | 0 | 0.04 | 0.66 | 0 |
| HSL | 56.45º | 1% | 0.67% | - |
| HSV(B) | 56.45º | 0.66% | 1% | - |
| XYZ | 75.57 | 87.24 | 21.66 | - |
| YUV | 229.86 | 46.81 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 86 | 0 | 0.04 | 0.66 | 0 | 56.45 | 1 | 0.67 |
| Hex | FF | F5 | 56 | 0 | 4 | 42 | 0 | 38 | 64 | 43 |
| Octal | 377 | 365 | 126 | 0 | 4 | 102 | 0 | 70 | 144 | 103 |
| Binary | 11111111 | 11110101 | 1010110 | 0 | 100 | 1000010 | 0 | 111000 | 1100100 | 1000011 |
Color Harmonies of #FFF556
Complementary color
Monochromatic Colors of #FFF556
Black with #FFF556
Text Example
Text Example
White with #FFF556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF556; }
p { color: rgb(255,245,86); }
H1.HeaderClassName
{
color: #FFF556;
}
.AnyTagClassName
{
color: #FFF556;
}
</style>
background-color css
<style>
a { background-color: #FFF556; }
a { background-color: rgb(255,245,86); }
div.DivClassName
{
background-color: #FFF556;
}
.BgClassName
{
background-color: #FFF556;
}
</style>
border-color css
<style>
span { border-color: #FFF556; }
span { border-color: rgb(255,245,86); }
td.TdClassName
{
border-color: #FFF556;
}
.TagClassName
{
border-color: #FFF556;
}
</style>