Shades of Corn #FAF062
Tints of Corn #FAF062
RGB
CMYK
RGB Variations
Color information
#FAF062 (or 0xFAF062) is known color: Corn. HEX triplet: FA, F0 and 62. RGB value is (250,240,98). Sum of RGB (Red+Green+Blue) = 250+240+98=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 98 (38.67% from 255 or 16.67% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF062 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF062 is #050F9D. Grayscale: #E3E3E3. Windows color (decimal): -331678 or 6484218. OLE color: 6484218.
HSL color Cylindrical-coordinate representation of color #FAF062: hue angle of 56.05º 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 #FAF062 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 98 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.02 |
| HSL | 56.05º | 0.94% | 0.68% | - |
| HSV(B) | 56.05º | 0.61% | 0.98% | - |
| XYZ | 72.79 | 83.53 | 23.84 | - |
| YUV | 226.8 | 55.31 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 98 | 0 | 0.04 | 0.61 | 0.02 | 56.05 | 0.94 | 0.68 |
| Hex | FA | F0 | 62 | 0 | 4 | 3D | 2 | 38 | 5E | 44 |
| Octal | 372 | 360 | 142 | 0 | 4 | 75 | 2 | 70 | 136 | 104 |
| Binary | 11111010 | 11110000 | 1100010 | 0 | 100 | 111101 | 10 | 111000 | 1011110 | 1000100 |
Color Harmonies of #FAF062
Complementary color
Monochromatic Colors of #FAF062
Black with #FAF062
Text Example
Text Example
White with #FAF062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF062; }
p { color: rgb(250,240,98); }
H1.HeaderClassName
{
color: #FAF062;
}
.AnyTagClassName
{
color: #FAF062;
}
</style>
background-color css
<style>
a { background-color: #FAF062; }
a { background-color: rgb(250,240,98); }
div.DivClassName
{
background-color: #FAF062;
}
.BgClassName
{
background-color: #FAF062;
}
</style>
border-color css
<style>
span { border-color: #FAF062; }
span { border-color: rgb(250,240,98); }
td.TdClassName
{
border-color: #FAF062;
}
.TagClassName
{
border-color: #FAF062;
}
</style>