Shades of Corn #FFF058
Tints of Corn #FFF058
RGB
CMYK
RGB Variations
Color information
#FFF058 (or 0xFFF058) is known color: Corn. HEX triplet: FF, F0 and 58. RGB value is (255,240,88). Sum of RGB (Red+Green+Blue) = 255+240+88=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 88 (34.77% from 255 or 15.09% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF058 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF058 is #000FA7. Grayscale: #E3E3E3. Windows color (decimal): -4008 or 5828863. OLE color: 5828863.
HSL color Cylindrical-coordinate representation of color #FFF058: hue angle of 54.61º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFF058 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 88 | - |
| CMYK | 0 | 0.06 | 0.65 | 0 |
| HSL | 54.61º | 1% | 0.67% | - |
| HSV(B) | 54.61º | 0.65% | 1% | - |
| XYZ | 74.16 | 84.28 | 21.59 | - |
| YUV | 227.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 88 | 0 | 0.06 | 0.65 | 0 | 54.61 | 1 | 0.67 |
| Hex | FF | F0 | 58 | 0 | 6 | 41 | 0 | 37 | 64 | 43 |
| Octal | 377 | 360 | 130 | 0 | 6 | 101 | 0 | 67 | 144 | 103 |
| Binary | 11111111 | 11110000 | 1011000 | 0 | 110 | 1000001 | 0 | 110111 | 1100100 | 1000011 |
Color Harmonies of #FFF058
Complementary color
Monochromatic Colors of #FFF058
Black with #FFF058
Text Example
Text Example
White with #FFF058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF058; }
p { color: rgb(255,240,88); }
H1.HeaderClassName
{
color: #FFF058;
}
.AnyTagClassName
{
color: #FFF058;
}
</style>
background-color css
<style>
a { background-color: #FFF058; }
a { background-color: rgb(255,240,88); }
div.DivClassName
{
background-color: #FFF058;
}
.BgClassName
{
background-color: #FFF058;
}
</style>
border-color css
<style>
span { border-color: #FFF058; }
span { border-color: rgb(255,240,88); }
td.TdClassName
{
border-color: #FFF058;
}
.TagClassName
{
border-color: #FFF058;
}
</style>