Shades of Corn #FFF15E
Tints of Corn #FFF15E
RGB
CMYK
RGB Variations
Color information
#FFF15E (or 0xFFF15E) is known color: Corn. HEX triplet: FF, F1 and 5E. RGB value is (255,241,94). Sum of RGB (Red+Green+Blue) = 255+241+94=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 94 (37.11% from 255 or 15.93% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF15E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF15E is #000EA1. Grayscale: #E5E5E5. Windows color (decimal): -3746 or 6222335. OLE color: 6222335.
HSL color Cylindrical-coordinate representation of color #FFF15E: hue angle of 54.78º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFF15E is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 94 | - |
| CMYK | 0 | 0.05 | 0.63 | 0 |
| HSL | 54.78º | 1% | 0.68% | - |
| HSV(B) | 54.78º | 0.63% | 1% | - |
| XYZ | 74.72 | 84.98 | 23.05 | - |
| YUV | 228.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 94 | 0 | 0.05 | 0.63 | 0 | 54.78 | 1 | 0.68 |
| Hex | FF | F1 | 5E | 0 | 5 | 3F | 0 | 37 | 64 | 44 |
| Octal | 377 | 361 | 136 | 0 | 5 | 77 | 0 | 67 | 144 | 104 |
| Binary | 11111111 | 11110001 | 1011110 | 0 | 101 | 111111 | 0 | 110111 | 1100100 | 1000100 |
Color Harmonies of #FFF15E
Complementary color
Monochromatic Colors of #FFF15E
Black with #FFF15E
Text Example
Text Example
White with #FFF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF15E; }
p { color: rgb(255,241,94); }
H1.HeaderClassName
{
color: #FFF15E;
}
.AnyTagClassName
{
color: #FFF15E;
}
</style>
background-color css
<style>
a { background-color: #FFF15E; }
a { background-color: rgb(255,241,94); }
div.DivClassName
{
background-color: #FFF15E;
}
.BgClassName
{
background-color: #FFF15E;
}
</style>
border-color css
<style>
span { border-color: #FFF15E; }
span { border-color: rgb(255,241,94); }
td.TdClassName
{
border-color: #FFF15E;
}
.TagClassName
{
border-color: #FFF15E;
}
</style>