Shades of Corn #FAF063
Tints of Corn #FAF063
RGB
CMYK
RGB Variations
Color information
#FAF063 (or 0xFAF063) is known color: Corn. HEX triplet: FA, F0 and 63. RGB value is (250,240,99). Sum of RGB (Red+Green+Blue) = 250+240+99=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 99 (39.06% from 255 or 16.81% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF063 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF063 is #050F9C. Grayscale: #E3E3E3. Windows color (decimal): -331677 or 6549754. OLE color: 6549754.
HSL color Cylindrical-coordinate representation of color #FAF063: hue angle of 56.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAF063 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 99 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.02 |
| HSL | 56.03º | 0.94% | 0.68% | - |
| HSV(B) | 56.03º | 0.6% | 0.98% | - |
| XYZ | 72.84 | 83.55 | 24.09 | - |
| YUV | 226.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 99 | 0 | 0.04 | 0.60 | 0.02 | 56.03 | 0.94 | 0.68 |
| Hex | FA | F0 | 63 | 0 | 4 | 3C | 2 | 38 | 5E | 44 |
| Octal | 372 | 360 | 143 | 0 | 4 | 74 | 2 | 70 | 136 | 104 |
| Binary | 11111010 | 11110000 | 1100011 | 0 | 100 | 111100 | 10 | 111000 | 1011110 | 1000100 |
Color Harmonies of #FAF063
Complementary color
Monochromatic Colors of #FAF063
Black with #FAF063
Text Example
Text Example
White with #FAF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF063; }
p { color: rgb(250,240,99); }
H1.HeaderClassName
{
color: #FAF063;
}
.AnyTagClassName
{
color: #FAF063;
}
</style>
background-color css
<style>
a { background-color: #FAF063; }
a { background-color: rgb(250,240,99); }
div.DivClassName
{
background-color: #FAF063;
}
.BgClassName
{
background-color: #FAF063;
}
</style>
border-color css
<style>
span { border-color: #FAF063; }
span { border-color: rgb(250,240,99); }
td.TdClassName
{
border-color: #FAF063;
}
.TagClassName
{
border-color: #FAF063;
}
</style>