Shades of Corn #FFF957
Tints of Corn #FFF957
RGB
CMYK
RGB Variations
Color information
#FFF957 (or 0xFFF957) is known color: Corn. HEX triplet: FF, F9 and 57. RGB value is (255,249,87). Sum of RGB (Red+Green+Blue) = 255+249+87=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 87 (34.38% from 255 or 14.72% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF957 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF957 is #0006A8. Grayscale: #E8E8E8. Windows color (decimal): -1705 or 5765631. OLE color: 5765631.
HSL color Cylindrical-coordinate representation of color #FFF957: hue angle of 57.86º 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 #FFF957 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 87 | - |
| CMYK | 0 | 0.02 | 0.66 | 0 |
| HSL | 57.86º | 1% | 0.67% | - |
| HSV(B) | 57.86º | 0.66% | 1% | - |
| XYZ | 76.84 | 89.7 | 22.28 | - |
| YUV | 232.33 | 45.99 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 87 | 0 | 0.02 | 0.66 | 0 | 57.86 | 1 | 0.67 |
| Hex | FF | F9 | 57 | 0 | 2 | 42 | 0 | 3A | 64 | 43 |
| Octal | 377 | 371 | 127 | 0 | 2 | 102 | 0 | 72 | 144 | 103 |
| Binary | 11111111 | 11111001 | 1010111 | 0 | 10 | 1000010 | 0 | 111010 | 1100100 | 1000011 |
Color Harmonies of #FFF957
Complementary color
Monochromatic Colors of #FFF957
Black with #FFF957
Text Example
Text Example
White with #FFF957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF957; }
p { color: rgb(255,249,87); }
H1.HeaderClassName
{
color: #FFF957;
}
.AnyTagClassName
{
color: #FFF957;
}
</style>
background-color css
<style>
a { background-color: #FFF957; }
a { background-color: rgb(255,249,87); }
div.DivClassName
{
background-color: #FFF957;
}
.BgClassName
{
background-color: #FFF957;
}
</style>
border-color css
<style>
span { border-color: #FFF957; }
span { border-color: rgb(255,249,87); }
td.TdClassName
{
border-color: #FFF957;
}
.TagClassName
{
border-color: #FFF957;
}
</style>