Shades of Corn #FAE65A
Tints of Corn #FAE65A
RGB
CMYK
RGB Variations
Color information
#FAE65A (or 0xFAE65A) is known color: Corn. HEX triplet: FA, E6 and 5A. RGB value is (250,230,90). Sum of RGB (Red+Green+Blue) = 250+230+90=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 90 (35.55% from 255 or 15.79% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE65A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE65A is #0519A5. Grayscale: #DCDCDC. Windows color (decimal): -334246 or 5957370. OLE color: 5957370.
HSL color Cylindrical-coordinate representation of color #FAE65A: hue angle of 52.5º 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 #FAE65A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 90 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.02 |
| HSL | 52.5º | 0.94% | 0.67% | - |
| HSV(B) | 52.5º | 0.64% | 0.98% | - |
| XYZ | 69.57 | 77.66 | 21 | - |
| YUV | 220.02 | 54.63 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 90 | 0 | 0.08 | 0.64 | 0.02 | 52.5 | 0.94 | 0.67 |
| Hex | FA | E6 | 5A | 0 | 8 | 40 | 2 | 34 | 5E | 43 |
| Octal | 372 | 346 | 132 | 0 | 10 | 100 | 2 | 64 | 136 | 103 |
| Binary | 11111010 | 11100110 | 1011010 | 0 | 1000 | 1000000 | 10 | 110100 | 1011110 | 1000011 |
Color Harmonies of #FAE65A
Complementary color
Monochromatic Colors of #FAE65A
Black with #FAE65A
Text Example
Text Example
White with #FAE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE65A; }
p { color: rgb(250,230,90); }
H1.HeaderClassName
{
color: #FAE65A;
}
.AnyTagClassName
{
color: #FAE65A;
}
</style>
background-color css
<style>
a { background-color: #FAE65A; }
a { background-color: rgb(250,230,90); }
div.DivClassName
{
background-color: #FAE65A;
}
.BgClassName
{
background-color: #FAE65A;
}
</style>
border-color css
<style>
span { border-color: #FAE65A; }
span { border-color: rgb(250,230,90); }
td.TdClassName
{
border-color: #FAE65A;
}
.TagClassName
{
border-color: #FAE65A;
}
</style>