Shades of Corn #FAF558
Tints of Corn #FAF558
RGB
CMYK
RGB Variations
Color information
#FAF558 (or 0xFAF558) is known color: Corn. HEX triplet: FA, F5 and 58. RGB value is (250,245,88). Sum of RGB (Red+Green+Blue) = 250+245+88=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 88 (34.77% from 255 or 15.09% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF558 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF558 is #050AA7. Grayscale: #E5E5E5. Windows color (decimal): -330408 or 5830138. OLE color: 5830138.
HSL color Cylindrical-coordinate representation of color #FAF558: hue angle of 58.15º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAF558 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 88 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.02 |
| HSL | 58.15º | 0.94% | 0.66% | - |
| HSV(B) | 58.15º | 0.65% | 0.98% | - |
| XYZ | 73.84 | 86.33 | 22 | - |
| YUV | 228.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 88 | 0 | 0.02 | 0.65 | 0.02 | 58.15 | 0.94 | 0.66 |
| Hex | FA | F5 | 58 | 0 | 2 | 41 | 2 | 3A | 5E | 42 |
| Octal | 372 | 365 | 130 | 0 | 2 | 101 | 2 | 72 | 136 | 102 |
| Binary | 11111010 | 11110101 | 1011000 | 0 | 10 | 1000001 | 10 | 111010 | 1011110 | 1000010 |
Color Harmonies of #FAF558
Complementary color
Monochromatic Colors of #FAF558
Black with #FAF558
Text Example
Text Example
White with #FAF558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF558; }
p { color: rgb(250,245,88); }
H1.HeaderClassName
{
color: #FAF558;
}
.AnyTagClassName
{
color: #FAF558;
}
</style>
background-color css
<style>
a { background-color: #FAF558; }
a { background-color: rgb(250,245,88); }
div.DivClassName
{
background-color: #FAF558;
}
.BgClassName
{
background-color: #FAF558;
}
</style>
border-color css
<style>
span { border-color: #FAF558; }
span { border-color: rgb(250,245,88); }
td.TdClassName
{
border-color: #FAF558;
}
.TagClassName
{
border-color: #FAF558;
}
</style>