Shades of Corn #FFF064
Tints of Corn #FFF064
RGB
CMYK
RGB Variations
Color information
#FFF064 (or 0xFFF064) is known color: Corn. HEX triplet: FF, F0 and 64. RGB value is (255,240,100). Sum of RGB (Red+Green+Blue) = 255+240+100=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 100 (39.45% from 255 or 16.81% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF064 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF064 is #000F9B. Grayscale: #E5E5E5. Windows color (decimal): -3996 or 6615295. OLE color: 6615295.
HSL color Cylindrical-coordinate representation of color #FFF064: hue angle of 54.19º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFF064 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 100 | - |
| CMYK | 0 | 0.06 | 0.61 | 0 |
| HSL | 54.19º | 1% | 0.7% | - |
| HSV(B) | 54.19º | 0.61% | 1% | - |
| XYZ | 74.7 | 84.5 | 24.43 | - |
| YUV | 228.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 100 | 0 | 0.06 | 0.61 | 0 | 54.19 | 1 | 0.7 |
| Hex | FF | F0 | 64 | 0 | 6 | 3D | 0 | 36 | 64 | 46 |
| Octal | 377 | 360 | 144 | 0 | 6 | 75 | 0 | 66 | 144 | 106 |
| Binary | 11111111 | 11110000 | 1100100 | 0 | 110 | 111101 | 0 | 110110 | 1100100 | 1000110 |
Color Harmonies of #FFF064
Complementary color
Monochromatic Colors of #FFF064
Black with #FFF064
Text Example
Text Example
White with #FFF064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF064; }
p { color: rgb(255,240,100); }
H1.HeaderClassName
{
color: #FFF064;
}
.AnyTagClassName
{
color: #FFF064;
}
</style>
background-color css
<style>
a { background-color: #FFF064; }
a { background-color: rgb(255,240,100); }
div.DivClassName
{
background-color: #FFF064;
}
.BgClassName
{
background-color: #FFF064;
}
</style>
border-color css
<style>
span { border-color: #FFF064; }
span { border-color: rgb(255,240,100); }
td.TdClassName
{
border-color: #FFF064;
}
.TagClassName
{
border-color: #FFF064;
}
</style>