Shades of Corn #FFF658
Tints of Corn #FFF658
RGB
CMYK
RGB Variations
Color information
#FFF658 (or 0xFFF658) is known color: Corn. HEX triplet: FF, F6 and 58. RGB value is (255,246,88). Sum of RGB (Red+Green+Blue) = 255+246+88=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 88 (34.77% from 255 or 14.94% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF658 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF658 is #0009A7. Grayscale: #E7E7E7. Windows color (decimal): -2472 or 5830399. OLE color: 5830399.
HSL color Cylindrical-coordinate representation of color #FFF658: hue angle of 56.77º 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 #FFF658 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 88 | - |
| CMYK | 0 | 0.04 | 0.65 | 0 |
| HSL | 56.77º | 1% | 0.67% | - |
| HSV(B) | 56.77º | 0.65% | 1% | - |
| XYZ | 75.96 | 87.88 | 22.19 | - |
| YUV | 230.68 | 47.48 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 88 | 0 | 0.04 | 0.65 | 0 | 56.77 | 1 | 0.67 |
| Hex | FF | F6 | 58 | 0 | 4 | 41 | 0 | 39 | 64 | 43 |
| Octal | 377 | 366 | 130 | 0 | 4 | 101 | 0 | 71 | 144 | 103 |
| Binary | 11111111 | 11110110 | 1011000 | 0 | 100 | 1000001 | 0 | 111001 | 1100100 | 1000011 |
Color Harmonies of #FFF658
Complementary color
Monochromatic Colors of #FFF658
Black with #FFF658
Text Example
Text Example
White with #FFF658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF658; }
p { color: rgb(255,246,88); }
H1.HeaderClassName
{
color: #FFF658;
}
.AnyTagClassName
{
color: #FFF658;
}
</style>
background-color css
<style>
a { background-color: #FFF658; }
a { background-color: rgb(255,246,88); }
div.DivClassName
{
background-color: #FFF658;
}
.BgClassName
{
background-color: #FFF658;
}
</style>
border-color css
<style>
span { border-color: #FFF658; }
span { border-color: rgb(255,246,88); }
td.TdClassName
{
border-color: #FFF658;
}
.TagClassName
{
border-color: #FFF658;
}
</style>