Shades of Corn #FFF560
Tints of Corn #FFF560
RGB
CMYK
RGB Variations
Color information
#FFF560 (or 0xFFF560) is known color: Corn. HEX triplet: FF, F5 and 60. RGB value is (255,245,96). Sum of RGB (Red+Green+Blue) = 255+245+96=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 96 (37.89% from 255 or 16.11% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF560 is #000A9F. Grayscale: #E7E7E7. Windows color (decimal): -2720 or 6354431. OLE color: 6354431.
HSL color Cylindrical-coordinate representation of color #FFF560: hue angle of 56.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFF560 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 96 | - |
| CMYK | 0 | 0.04 | 0.62 | 0 |
| HSL | 56.23º | 1% | 0.69% | - |
| HSV(B) | 56.23º | 0.62% | 1% | - |
| XYZ | 76 | 87.41 | 23.93 | - |
| YUV | 231 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 96 | 0 | 0.04 | 0.62 | 0 | 56.23 | 1 | 0.69 |
| Hex | FF | F5 | 60 | 0 | 4 | 3E | 0 | 38 | 64 | 45 |
| Octal | 377 | 365 | 140 | 0 | 4 | 76 | 0 | 70 | 144 | 105 |
| Binary | 11111111 | 11110101 | 1100000 | 0 | 100 | 111110 | 0 | 111000 | 1100100 | 1000101 |
Color Harmonies of #FFF560
Complementary color
Monochromatic Colors of #FFF560
Black with #FFF560
Text Example
Text Example
White with #FFF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF560; }
p { color: rgb(255,245,96); }
H1.HeaderClassName
{
color: #FFF560;
}
.AnyTagClassName
{
color: #FFF560;
}
</style>
background-color css
<style>
a { background-color: #FFF560; }
a { background-color: rgb(255,245,96); }
div.DivClassName
{
background-color: #FFF560;
}
.BgClassName
{
background-color: #FFF560;
}
</style>
border-color css
<style>
span { border-color: #FFF560; }
span { border-color: rgb(255,245,96); }
td.TdClassName
{
border-color: #FFF560;
}
.TagClassName
{
border-color: #FFF560;
}
</style>