Shades of Corn #FAF659
Tints of Corn #FAF659
RGB
CMYK
RGB Variations
Color information
#FAF659 (or 0xFAF659) is known color: Corn. HEX triplet: FA, F6 and 59. RGB value is (250,246,89). Sum of RGB (Red+Green+Blue) = 250+246+89=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 89 (35.16% from 255 or 15.21% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF659 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF659 is #0509A6. Grayscale: #E5E5E5. Windows color (decimal): -330151 or 5895930. OLE color: 5895930.
HSL color Cylindrical-coordinate representation of color #FAF659: hue angle of 58.51º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAF659 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 89 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.02 |
| HSL | 58.51º | 0.94% | 0.66% | - |
| HSV(B) | 58.51º | 0.64% | 0.98% | - |
| XYZ | 74.18 | 86.96 | 22.33 | - |
| YUV | 229.3 | 48.83 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 89 | 0 | 0.02 | 0.64 | 0.02 | 58.51 | 0.94 | 0.66 |
| Hex | FA | F6 | 59 | 0 | 2 | 40 | 2 | 3B | 5E | 42 |
| Octal | 372 | 366 | 131 | 0 | 2 | 100 | 2 | 73 | 136 | 102 |
| Binary | 11111010 | 11110110 | 1011001 | 0 | 10 | 1000000 | 10 | 111011 | 1011110 | 1000010 |
Color Harmonies of #FAF659
Complementary color
Monochromatic Colors of #FAF659
Black with #FAF659
Text Example
Text Example
White with #FAF659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF659; }
p { color: rgb(250,246,89); }
H1.HeaderClassName
{
color: #FAF659;
}
.AnyTagClassName
{
color: #FAF659;
}
</style>
background-color css
<style>
a { background-color: #FAF659; }
a { background-color: rgb(250,246,89); }
div.DivClassName
{
background-color: #FAF659;
}
.BgClassName
{
background-color: #FAF659;
}
</style>
border-color css
<style>
span { border-color: #FAF659; }
span { border-color: rgb(250,246,89); }
td.TdClassName
{
border-color: #FAF659;
}
.TagClassName
{
border-color: #FAF659;
}
</style>