Shades of Corn #FAE45A
Tints of Corn #FAE45A
RGB
CMYK
RGB Variations
Color information
#FAE45A (or 0xFAE45A) is known color: Corn. HEX triplet: FA, E4 and 5A. RGB value is (250,228,90). Sum of RGB (Red+Green+Blue) = 250+228+90=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 90 (35.55% from 255 or 15.85% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE45A is #051BA5. Grayscale: #DBDBDB. Windows color (decimal): -334758 or 5956858. OLE color: 5956858.
HSL color Cylindrical-coordinate representation of color #FAE45A: hue angle of 51.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAE45A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 90 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.02 |
| HSL | 51.75º | 0.94% | 0.67% | - |
| HSV(B) | 51.75º | 0.64% | 0.98% | - |
| XYZ | 69.01 | 76.55 | 20.81 | - |
| YUV | 218.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 90 | 0 | 0.09 | 0.64 | 0.02 | 51.75 | 0.94 | 0.67 |
| Hex | FA | E4 | 5A | 0 | 9 | 40 | 2 | 34 | 5E | 43 |
| Octal | 372 | 344 | 132 | 0 | 11 | 100 | 2 | 64 | 136 | 103 |
| Binary | 11111010 | 11100100 | 1011010 | 0 | 1001 | 1000000 | 10 | 110100 | 1011110 | 1000011 |
Color Harmonies of #FAE45A
Complementary color
Monochromatic Colors of #FAE45A
Black with #FAE45A
Text Example
Text Example
White with #FAE45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE45A; }
p { color: rgb(250,228,90); }
H1.HeaderClassName
{
color: #FAE45A;
}
.AnyTagClassName
{
color: #FAE45A;
}
</style>
background-color css
<style>
a { background-color: #FAE45A; }
a { background-color: rgb(250,228,90); }
div.DivClassName
{
background-color: #FAE45A;
}
.BgClassName
{
background-color: #FAE45A;
}
</style>
border-color css
<style>
span { border-color: #FAE45A; }
span { border-color: rgb(250,228,90); }
td.TdClassName
{
border-color: #FAE45A;
}
.TagClassName
{
border-color: #FAE45A;
}
</style>