Shades of Corn #FFF65F
Tints of Corn #FFF65F
RGB
CMYK
RGB Variations
Color information
#FFF65F (or 0xFFF65F) is known color: Corn. HEX triplet: FF, F6 and 5F. RGB value is (255,246,95). Sum of RGB (Red+Green+Blue) = 255+246+95=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 95 (37.5% from 255 or 15.94% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF65F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF65F is #0009A0. Grayscale: #E8E8E8. Windows color (decimal): -2465 or 6289151. OLE color: 6289151.
HSL color Cylindrical-coordinate representation of color #FFF65F: hue angle of 56.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFF65F is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 95 | - |
| CMYK | 0 | 0.04 | 0.63 | 0 |
| HSL | 56.63º | 1% | 0.69% | - |
| HSV(B) | 56.63º | 0.63% | 1% | - |
| XYZ | 76.26 | 88 | 23.79 | - |
| YUV | 231.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 95 | 0 | 0.04 | 0.63 | 0 | 56.63 | 1 | 0.69 |
| Hex | FF | F6 | 5F | 0 | 4 | 3F | 0 | 39 | 64 | 45 |
| Octal | 377 | 366 | 137 | 0 | 4 | 77 | 0 | 71 | 144 | 105 |
| Binary | 11111111 | 11110110 | 1011111 | 0 | 100 | 111111 | 0 | 111001 | 1100100 | 1000101 |
Color Harmonies of #FFF65F
Complementary color
Monochromatic Colors of #FFF65F
Black with #FFF65F
Text Example
Text Example
White with #FFF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF65F; }
p { color: rgb(255,246,95); }
H1.HeaderClassName
{
color: #FFF65F;
}
.AnyTagClassName
{
color: #FFF65F;
}
</style>
background-color css
<style>
a { background-color: #FFF65F; }
a { background-color: rgb(255,246,95); }
div.DivClassName
{
background-color: #FFF65F;
}
.BgClassName
{
background-color: #FFF65F;
}
</style>
border-color css
<style>
span { border-color: #FFF65F; }
span { border-color: rgb(255,246,95); }
td.TdClassName
{
border-color: #FFF65F;
}
.TagClassName
{
border-color: #FFF65F;
}
</style>