Shades of Corn #FAF856
Tints of Corn #FAF856
RGB
CMYK
RGB Variations
Color information
#FAF856 (or 0xFAF856) is known color: Corn. HEX triplet: FA, F8 and 56. RGB value is (250,248,86). Sum of RGB (Red+Green+Blue) = 250+248+86=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 86 (33.98% from 255 or 14.73% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF856 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF856 is #0507A9. Grayscale: #E6E6E6. Windows color (decimal): -329642 or 5699834. OLE color: 5699834.
HSL color Cylindrical-coordinate representation of color #FAF856: hue angle of 59.27º 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 #FAF856 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 86 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.02 |
| HSL | 59.27º | 0.94% | 0.66% | - |
| HSV(B) | 59.27º | 0.66% | 0.98% | - |
| XYZ | 74.67 | 88.13 | 21.88 | - |
| YUV | 230.13 | 46.66 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 86 | 0 | 0.01 | 0.66 | 0.02 | 59.27 | 0.94 | 0.66 |
| Hex | FA | F8 | 56 | 0 | 1 | 42 | 2 | 3B | 5E | 42 |
| Octal | 372 | 370 | 126 | 0 | 1 | 102 | 2 | 73 | 136 | 102 |
| Binary | 11111010 | 11111000 | 1010110 | 0 | 1 | 1000010 | 10 | 111011 | 1011110 | 1000010 |
Color Harmonies of #FAF856
Complementary color
Monochromatic Colors of #FAF856
Black with #FAF856
Text Example
Text Example
White with #FAF856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF856; }
p { color: rgb(250,248,86); }
H1.HeaderClassName
{
color: #FAF856;
}
.AnyTagClassName
{
color: #FAF856;
}
</style>
background-color css
<style>
a { background-color: #FAF856; }
a { background-color: rgb(250,248,86); }
div.DivClassName
{
background-color: #FAF856;
}
.BgClassName
{
background-color: #FAF856;
}
</style>
border-color css
<style>
span { border-color: #FAF856; }
span { border-color: rgb(250,248,86); }
td.TdClassName
{
border-color: #FAF856;
}
.TagClassName
{
border-color: #FAF856;
}
</style>