Shades of Corn #FFF162
Tints of Corn #FFF162
RGB
CMYK
RGB Variations
Color information
#FFF162 (or 0xFFF162) is known color: Corn. HEX triplet: FF, F1 and 62. RGB value is (255,241,98). Sum of RGB (Red+Green+Blue) = 255+241+98=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 98 (38.67% from 255 or 16.50% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF162 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF162 is #000E9D. Grayscale: #E5E5E5. Windows color (decimal): -3742 or 6484479. OLE color: 6484479.
HSL color Cylindrical-coordinate representation of color #FFF162: hue angle of 54.65º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFF162 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 98 | - |
| CMYK | 0 | 0.05 | 0.62 | 0 |
| HSL | 54.65º | 1% | 0.69% | - |
| HSV(B) | 54.65º | 0.62% | 1% | - |
| XYZ | 74.9 | 85.05 | 24.02 | - |
| YUV | 228.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 98 | 0 | 0.05 | 0.62 | 0 | 54.65 | 1 | 0.69 |
| Hex | FF | F1 | 62 | 0 | 5 | 3E | 0 | 37 | 64 | 45 |
| Octal | 377 | 361 | 142 | 0 | 5 | 76 | 0 | 67 | 144 | 105 |
| Binary | 11111111 | 11110001 | 1100010 | 0 | 101 | 111110 | 0 | 110111 | 1100100 | 1000101 |
Color Harmonies of #FFF162
Complementary color
Monochromatic Colors of #FFF162
Black with #FFF162
Text Example
Text Example
White with #FFF162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF162; }
p { color: rgb(255,241,98); }
H1.HeaderClassName
{
color: #FFF162;
}
.AnyTagClassName
{
color: #FFF162;
}
</style>
background-color css
<style>
a { background-color: #FFF162; }
a { background-color: rgb(255,241,98); }
div.DivClassName
{
background-color: #FFF162;
}
.BgClassName
{
background-color: #FFF162;
}
</style>
border-color css
<style>
span { border-color: #FFF162; }
span { border-color: rgb(255,241,98); }
td.TdClassName
{
border-color: #FFF162;
}
.TagClassName
{
border-color: #FFF162;
}
</style>