Shades of Corn #FFF465
Tints of Corn #FFF465
RGB
CMYK
RGB Variations
Color information
#FFF465 (or 0xFFF465) is known color: Corn. HEX triplet: FF, F4 and 65. RGB value is (255,244,101). Sum of RGB (Red+Green+Blue) = 255+244+101=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 101 (39.84% from 255 or 16.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF465 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF465 is #000B9A. Grayscale: #E7E7E7. Windows color (decimal): -2971 or 6681855. OLE color: 6681855.
HSL color Cylindrical-coordinate representation of color #FFF465: hue angle of 55.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFF465 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 101 | - |
| CMYK | 0 | 0.04 | 0.60 | 0 |
| HSL | 55.71º | 1% | 0.7% | - |
| HSV(B) | 55.71º | 0.6% | 1% | - |
| XYZ | 75.94 | 86.9 | 25.08 | - |
| YUV | 230.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 101 | 0 | 0.04 | 0.60 | 0 | 55.71 | 1 | 0.7 |
| Hex | FF | F4 | 65 | 0 | 4 | 3C | 0 | 38 | 64 | 46 |
| Octal | 377 | 364 | 145 | 0 | 4 | 74 | 0 | 70 | 144 | 106 |
| Binary | 11111111 | 11110100 | 1100101 | 0 | 100 | 111100 | 0 | 111000 | 1100100 | 1000110 |
Color Harmonies of #FFF465
Complementary color
Monochromatic Colors of #FFF465
Black with #FFF465
Text Example
Text Example
White with #FFF465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF465; }
p { color: rgb(255,244,101); }
H1.HeaderClassName
{
color: #FFF465;
}
.AnyTagClassName
{
color: #FFF465;
}
</style>
background-color css
<style>
a { background-color: #FFF465; }
a { background-color: rgb(255,244,101); }
div.DivClassName
{
background-color: #FFF465;
}
.BgClassName
{
background-color: #FFF465;
}
</style>
border-color css
<style>
span { border-color: #FFF465; }
span { border-color: rgb(255,244,101); }
td.TdClassName
{
border-color: #FFF465;
}
.TagClassName
{
border-color: #FFF465;
}
</style>