Shades of Corn #FFF158
Tints of Corn #FFF158
RGB
CMYK
RGB Variations
Color information
#FFF158 (or 0xFFF158) is known color: Corn. HEX triplet: FF, F1 and 58. RGB value is (255,241,88). Sum of RGB (Red+Green+Blue) = 255+241+88=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 88 (34.77% from 255 or 15.07% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF158 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF158 is #000EA7. Grayscale: #E4E4E4. Windows color (decimal): -3752 or 5829119. OLE color: 5829119.
HSL color Cylindrical-coordinate representation of color #FFF158: hue angle of 54.97º 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 #FFF158 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 88 | - |
| CMYK | 0 | 0.05 | 0.65 | 0 |
| HSL | 54.97º | 1% | 0.67% | - |
| HSV(B) | 54.97º | 0.65% | 1% | - |
| XYZ | 74.46 | 84.88 | 21.69 | - |
| YUV | 227.74 | 49.14 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 88 | 0 | 0.05 | 0.65 | 0 | 54.97 | 1 | 0.67 |
| Hex | FF | F1 | 58 | 0 | 5 | 41 | 0 | 37 | 64 | 43 |
| Octal | 377 | 361 | 130 | 0 | 5 | 101 | 0 | 67 | 144 | 103 |
| Binary | 11111111 | 11110001 | 1011000 | 0 | 101 | 1000001 | 0 | 110111 | 1100100 | 1000011 |
Color Harmonies of #FFF158
Complementary color
Monochromatic Colors of #FFF158
Black with #FFF158
Text Example
Text Example
White with #FFF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF158; }
p { color: rgb(255,241,88); }
H1.HeaderClassName
{
color: #FFF158;
}
.AnyTagClassName
{
color: #FFF158;
}
</style>
background-color css
<style>
a { background-color: #FFF158; }
a { background-color: rgb(255,241,88); }
div.DivClassName
{
background-color: #FFF158;
}
.BgClassName
{
background-color: #FFF158;
}
</style>
border-color css
<style>
span { border-color: #FFF158; }
span { border-color: rgb(255,241,88); }
td.TdClassName
{
border-color: #FFF158;
}
.TagClassName
{
border-color: #FFF158;
}
</style>