Shades of Corn #FFF057
Tints of Corn #FFF057
RGB
CMYK
RGB Variations
Color information
#FFF057 (or 0xFFF057) is known color: Corn. HEX triplet: FF, F0 and 57. RGB value is (255,240,87). Sum of RGB (Red+Green+Blue) = 255+240+87=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 87 (34.38% from 255 or 14.95% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF057 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF057 is #000FA8. Grayscale: #E3E3E3. Windows color (decimal): -4009 or 5763327. OLE color: 5763327.
HSL color Cylindrical-coordinate representation of color #FFF057: hue angle of 54.64º 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 #FFF057 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 87 | - |
| CMYK | 0 | 0.06 | 0.66 | 0 |
| HSL | 54.64º | 1% | 0.67% | - |
| HSV(B) | 54.64º | 0.66% | 1% | - |
| XYZ | 74.12 | 84.27 | 21.38 | - |
| YUV | 227.04 | 48.97 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 87 | 0 | 0.06 | 0.66 | 0 | 54.64 | 1 | 0.67 |
| Hex | FF | F0 | 57 | 0 | 6 | 42 | 0 | 37 | 64 | 43 |
| Octal | 377 | 360 | 127 | 0 | 6 | 102 | 0 | 67 | 144 | 103 |
| Binary | 11111111 | 11110000 | 1010111 | 0 | 110 | 1000010 | 0 | 110111 | 1100100 | 1000011 |
Color Harmonies of #FFF057
Complementary color
Monochromatic Colors of #FFF057
Black with #FFF057
Text Example
Text Example
White with #FFF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF057; }
p { color: rgb(255,240,87); }
H1.HeaderClassName
{
color: #FFF057;
}
.AnyTagClassName
{
color: #FFF057;
}
</style>
background-color css
<style>
a { background-color: #FFF057; }
a { background-color: rgb(255,240,87); }
div.DivClassName
{
background-color: #FFF057;
}
.BgClassName
{
background-color: #FFF057;
}
</style>
border-color css
<style>
span { border-color: #FFF057; }
span { border-color: rgb(255,240,87); }
td.TdClassName
{
border-color: #FFF057;
}
.TagClassName
{
border-color: #FFF057;
}
</style>