Shades of Corn #FFF257
Tints of Corn #FFF257
RGB
CMYK
RGB Variations
Color information
#FFF257 (or 0xFFF257) is known color: Corn. HEX triplet: FF, F2 and 57. RGB value is (255,242,87). Sum of RGB (Red+Green+Blue) = 255+242+87=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 87 (34.38% from 255 or 14.90% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF257 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF257 is #000DA8. Grayscale: #E4E4E4. Windows color (decimal): -3497 or 5763839. OLE color: 5763839.
HSL color Cylindrical-coordinate representation of color #FFF257: hue angle of 55.36º 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 #FFF257 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 87 | - |
| CMYK | 0 | 0.05 | 0.66 | 0 |
| HSL | 55.36º | 1% | 0.67% | - |
| HSV(B) | 55.36º | 0.66% | 1% | - |
| XYZ | 74.71 | 85.45 | 21.57 | - |
| YUV | 228.22 | 48.31 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 87 | 0 | 0.05 | 0.66 | 0 | 55.36 | 1 | 0.67 |
| Hex | FF | F2 | 57 | 0 | 5 | 42 | 0 | 37 | 64 | 43 |
| Octal | 377 | 362 | 127 | 0 | 5 | 102 | 0 | 67 | 144 | 103 |
| Binary | 11111111 | 11110010 | 1010111 | 0 | 101 | 1000010 | 0 | 110111 | 1100100 | 1000011 |
Color Harmonies of #FFF257
Complementary color
Monochromatic Colors of #FFF257
Black with #FFF257
Text Example
Text Example
White with #FFF257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF257; }
p { color: rgb(255,242,87); }
H1.HeaderClassName
{
color: #FFF257;
}
.AnyTagClassName
{
color: #FFF257;
}
</style>
background-color css
<style>
a { background-color: #FFF257; }
a { background-color: rgb(255,242,87); }
div.DivClassName
{
background-color: #FFF257;
}
.BgClassName
{
background-color: #FFF257;
}
</style>
border-color css
<style>
span { border-color: #FFF257; }
span { border-color: rgb(255,242,87); }
td.TdClassName
{
border-color: #FFF257;
}
.TagClassName
{
border-color: #FFF257;
}
</style>