Shades of Corn #FAF356
Tints of Corn #FAF356
RGB
CMYK
RGB Variations
Color information
#FAF356 (or 0xFAF356) is known color: Corn. HEX triplet: FA, F3 and 56. RGB value is (250,243,86). Sum of RGB (Red+Green+Blue) = 250+243+86=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 86 (33.98% from 255 or 14.85% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF356 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF356 is #050CA9. Grayscale: #E3E3E3. Windows color (decimal): -330922 or 5698554. OLE color: 5698554.
HSL color Cylindrical-coordinate representation of color #FAF356: hue angle of 57.44º 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 #FAF356 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 86 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.02 |
| HSL | 57.44º | 0.94% | 0.66% | - |
| HSV(B) | 57.44º | 0.66% | 0.98% | - |
| XYZ | 73.15 | 85.1 | 21.37 | - |
| YUV | 227.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 86 | 0 | 0.03 | 0.66 | 0.02 | 57.44 | 0.94 | 0.66 |
| Hex | FA | F3 | 56 | 0 | 3 | 42 | 2 | 39 | 5E | 42 |
| Octal | 372 | 363 | 126 | 0 | 3 | 102 | 2 | 71 | 136 | 102 |
| Binary | 11111010 | 11110011 | 1010110 | 0 | 11 | 1000010 | 10 | 111001 | 1011110 | 1000010 |
Color Harmonies of #FAF356
Complementary color
Monochromatic Colors of #FAF356
Black with #FAF356
Text Example
Text Example
White with #FAF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF356; }
p { color: rgb(250,243,86); }
H1.HeaderClassName
{
color: #FAF356;
}
.AnyTagClassName
{
color: #FAF356;
}
</style>
background-color css
<style>
a { background-color: #FAF356; }
a { background-color: rgb(250,243,86); }
div.DivClassName
{
background-color: #FAF356;
}
.BgClassName
{
background-color: #FAF356;
}
</style>
border-color css
<style>
span { border-color: #FAF356; }
span { border-color: rgb(250,243,86); }
td.TdClassName
{
border-color: #FAF356;
}
.TagClassName
{
border-color: #FAF356;
}
</style>