Shades of Corn #FAF55D
Tints of Corn #FAF55D
RGB
CMYK
RGB Variations
Color information
#FAF55D (or 0xFAF55D) is known color: Corn. HEX triplet: FA, F5 and 5D. RGB value is (250,245,93). Sum of RGB (Red+Green+Blue) = 250+245+93=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 93 (36.72% from 255 or 15.82% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF55D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF55D is #050AA2. Grayscale: #E5E5E5. Windows color (decimal): -330403 or 6157818. OLE color: 6157818.
HSL color Cylindrical-coordinate representation of color #FAF55D: hue angle of 58.09º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAF55D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 93 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.02 |
| HSL | 58.09º | 0.94% | 0.67% | - |
| HSV(B) | 58.09º | 0.63% | 0.98% | - |
| XYZ | 74.05 | 86.42 | 23.13 | - |
| YUV | 229.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 93 | 0 | 0.02 | 0.63 | 0.02 | 58.09 | 0.94 | 0.67 |
| Hex | FA | F5 | 5D | 0 | 2 | 3F | 2 | 3A | 5E | 43 |
| Octal | 372 | 365 | 135 | 0 | 2 | 77 | 2 | 72 | 136 | 103 |
| Binary | 11111010 | 11110101 | 1011101 | 0 | 10 | 111111 | 10 | 111010 | 1011110 | 1000011 |
Color Harmonies of #FAF55D
Complementary color
Monochromatic Colors of #FAF55D
Black with #FAF55D
Text Example
Text Example
White with #FAF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF55D; }
p { color: rgb(250,245,93); }
H1.HeaderClassName
{
color: #FAF55D;
}
.AnyTagClassName
{
color: #FAF55D;
}
</style>
background-color css
<style>
a { background-color: #FAF55D; }
a { background-color: rgb(250,245,93); }
div.DivClassName
{
background-color: #FAF55D;
}
.BgClassName
{
background-color: #FAF55D;
}
</style>
border-color css
<style>
span { border-color: #FAF55D; }
span { border-color: rgb(250,245,93); }
td.TdClassName
{
border-color: #FAF55D;
}
.TagClassName
{
border-color: #FAF55D;
}
</style>