Shades of Corn #FAF262
Tints of Corn #FAF262
RGB
CMYK
RGB Variations
Color information
#FAF262 (or 0xFAF262) is known color: Corn. HEX triplet: FA, F2 and 62. RGB value is (250,242,98). Sum of RGB (Red+Green+Blue) = 250+242+98=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 98 (38.67% from 255 or 16.61% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF262 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF262 is #050D9D. Grayscale: #E4E4E4. Windows color (decimal): -331166 or 6484730. OLE color: 6484730.
HSL color Cylindrical-coordinate representation of color #FAF262: hue angle of 56.84º 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 #FAF262 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 98 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.02 |
| HSL | 56.84º | 0.94% | 0.68% | - |
| HSV(B) | 56.84º | 0.61% | 0.98% | - |
| XYZ | 73.38 | 84.71 | 24.04 | - |
| YUV | 227.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 98 | 0 | 0.03 | 0.61 | 0.02 | 56.84 | 0.94 | 0.68 |
| Hex | FA | F2 | 62 | 0 | 3 | 3D | 2 | 39 | 5E | 44 |
| Octal | 372 | 362 | 142 | 0 | 3 | 75 | 2 | 71 | 136 | 104 |
| Binary | 11111010 | 11110010 | 1100010 | 0 | 11 | 111101 | 10 | 111001 | 1011110 | 1000100 |
Color Harmonies of #FAF262
Complementary color
Monochromatic Colors of #FAF262
Black with #FAF262
Text Example
Text Example
White with #FAF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF262; }
p { color: rgb(250,242,98); }
H1.HeaderClassName
{
color: #FAF262;
}
.AnyTagClassName
{
color: #FAF262;
}
</style>
background-color css
<style>
a { background-color: #FAF262; }
a { background-color: rgb(250,242,98); }
div.DivClassName
{
background-color: #FAF262;
}
.BgClassName
{
background-color: #FAF262;
}
</style>
border-color css
<style>
span { border-color: #FAF262; }
span { border-color: rgb(250,242,98); }
td.TdClassName
{
border-color: #FAF262;
}
.TagClassName
{
border-color: #FAF262;
}
</style>