Shades of Corn #FAF656
Tints of Corn #FAF656
RGB
CMYK
RGB Variations
Color information
#FAF656 (or 0xFAF656) is known color: Corn. HEX triplet: FA, F6 and 56. RGB value is (250,246,86). Sum of RGB (Red+Green+Blue) = 250+246+86=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 86 (33.98% from 255 or 14.78% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF656 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF656 is #0509A9. Grayscale: #E5E5E5. Windows color (decimal): -330154 or 5699322. OLE color: 5699322.
HSL color Cylindrical-coordinate representation of color #FAF656: hue angle of 58.54º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAF656 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 86 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.02 |
| HSL | 58.54º | 0.94% | 0.66% | - |
| HSV(B) | 58.54º | 0.66% | 0.98% | - |
| XYZ | 74.06 | 86.91 | 21.68 | - |
| YUV | 228.96 | 47.33 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 86 | 0 | 0.02 | 0.66 | 0.02 | 58.54 | 0.94 | 0.66 |
| Hex | FA | F6 | 56 | 0 | 2 | 42 | 2 | 3B | 5E | 42 |
| Octal | 372 | 366 | 126 | 0 | 2 | 102 | 2 | 73 | 136 | 102 |
| Binary | 11111010 | 11110110 | 1010110 | 0 | 10 | 1000010 | 10 | 111011 | 1011110 | 1000010 |
Color Harmonies of #FAF656
Complementary color
Monochromatic Colors of #FAF656
Black with #FAF656
Text Example
Text Example
White with #FAF656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF656; }
p { color: rgb(250,246,86); }
H1.HeaderClassName
{
color: #FAF656;
}
.AnyTagClassName
{
color: #FAF656;
}
</style>
background-color css
<style>
a { background-color: #FAF656; }
a { background-color: rgb(250,246,86); }
div.DivClassName
{
background-color: #FAF656;
}
.BgClassName
{
background-color: #FAF656;
}
</style>
border-color css
<style>
span { border-color: #FAF656; }
span { border-color: rgb(250,246,86); }
td.TdClassName
{
border-color: #FAF656;
}
.TagClassName
{
border-color: #FAF656;
}
</style>