Shades of Corn #FAF562
Tints of Corn #FAF562
RGB
CMYK
RGB Variations
Color information
#FAF562 (or 0xFAF562) is known color: Corn. HEX triplet: FA, F5 and 62. RGB value is (250,245,98). Sum of RGB (Red+Green+Blue) = 250+245+98=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 98 (38.67% from 255 or 16.53% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF562 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF562 is #050A9D. Grayscale: #E6E6E6. Windows color (decimal): -330398 or 6485498. OLE color: 6485498.
HSL color Cylindrical-coordinate representation of color #FAF562: hue angle of 58.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAF562 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 98 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.02 |
| HSL | 58.03º | 0.94% | 0.68% | - |
| HSV(B) | 58.03º | 0.61% | 0.98% | - |
| XYZ | 74.28 | 86.51 | 24.34 | - |
| YUV | 229.74 | 53.66 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 98 | 0 | 0.02 | 0.61 | 0.02 | 58.03 | 0.94 | 0.68 |
| Hex | FA | F5 | 62 | 0 | 2 | 3D | 2 | 3A | 5E | 44 |
| Octal | 372 | 365 | 142 | 0 | 2 | 75 | 2 | 72 | 136 | 104 |
| Binary | 11111010 | 11110101 | 1100010 | 0 | 10 | 111101 | 10 | 111010 | 1011110 | 1000100 |
Color Harmonies of #FAF562
Complementary color
Monochromatic Colors of #FAF562
Black with #FAF562
Text Example
Text Example
White with #FAF562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF562; }
p { color: rgb(250,245,98); }
H1.HeaderClassName
{
color: #FAF562;
}
.AnyTagClassName
{
color: #FAF562;
}
</style>
background-color css
<style>
a { background-color: #FAF562; }
a { background-color: rgb(250,245,98); }
div.DivClassName
{
background-color: #FAF562;
}
.BgClassName
{
background-color: #FAF562;
}
</style>
border-color css
<style>
span { border-color: #FAF562; }
span { border-color: rgb(250,245,98); }
td.TdClassName
{
border-color: #FAF562;
}
.TagClassName
{
border-color: #FAF562;
}
</style>