Shades of Corn #FFF65B
Tints of Corn #FFF65B
RGB
CMYK
RGB Variations
Color information
#FFF65B (or 0xFFF65B) is known color: Corn. HEX triplet: FF, F6 and 5B. RGB value is (255,246,91). Sum of RGB (Red+Green+Blue) = 255+246+91=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 91 (35.94% from 255 or 15.37% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF65B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF65B is #0009A4. Grayscale: #E7E7E7. Windows color (decimal): -2469 or 6027007. OLE color: 6027007.
HSL color Cylindrical-coordinate representation of color #FFF65B: hue angle of 56.71º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFF65B is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 91 | - |
| CMYK | 0 | 0.04 | 0.64 | 0 |
| HSL | 56.71º | 1% | 0.68% | - |
| HSV(B) | 56.71º | 0.64% | 1% | - |
| XYZ | 76.08 | 87.93 | 22.86 | - |
| YUV | 231.02 | 48.98 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 91 | 0 | 0.04 | 0.64 | 0 | 56.71 | 1 | 0.68 |
| Hex | FF | F6 | 5B | 0 | 4 | 40 | 0 | 39 | 64 | 44 |
| Octal | 377 | 366 | 133 | 0 | 4 | 100 | 0 | 71 | 144 | 104 |
| Binary | 11111111 | 11110110 | 1011011 | 0 | 100 | 1000000 | 0 | 111001 | 1100100 | 1000100 |
Color Harmonies of #FFF65B
Complementary color
Monochromatic Colors of #FFF65B
Black with #FFF65B
Text Example
Text Example
White with #FFF65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF65B; }
p { color: rgb(255,246,91); }
H1.HeaderClassName
{
color: #FFF65B;
}
.AnyTagClassName
{
color: #FFF65B;
}
</style>
background-color css
<style>
a { background-color: #FFF65B; }
a { background-color: rgb(255,246,91); }
div.DivClassName
{
background-color: #FFF65B;
}
.BgClassName
{
background-color: #FFF65B;
}
</style>
border-color css
<style>
span { border-color: #FFF65B; }
span { border-color: rgb(255,246,91); }
td.TdClassName
{
border-color: #FFF65B;
}
.TagClassName
{
border-color: #FFF65B;
}
</style>