Shades of Corn #FAE565
Tints of Corn #FAE565
RGB
CMYK
RGB Variations
Color information
#FAE565 (or 0xFAE565) is known color: Corn. HEX triplet: FA, E5 and 65. RGB value is (250,229,101). Sum of RGB (Red+Green+Blue) = 250+229+101=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 101 (39.84% from 255 or 17.41% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE565 is #051A9A. Grayscale: #DDDDDD. Windows color (decimal): -334491 or 6678010. OLE color: 6678010.
HSL color Cylindrical-coordinate representation of color #FAE565: hue angle of 51.54º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAE565 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 101 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.02 |
| HSL | 51.54º | 0.94% | 0.69% | - |
| HSV(B) | 51.54º | 0.6% | 0.98% | - |
| XYZ | 69.79 | 77.3 | 23.55 | - |
| YUV | 220.69 | 60.46 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 101 | 0 | 0.08 | 0.60 | 0.02 | 51.54 | 0.94 | 0.69 |
| Hex | FA | E5 | 65 | 0 | 8 | 3C | 2 | 34 | 5E | 45 |
| Octal | 372 | 345 | 145 | 0 | 10 | 74 | 2 | 64 | 136 | 105 |
| Binary | 11111010 | 11100101 | 1100101 | 0 | 1000 | 111100 | 10 | 110100 | 1011110 | 1000101 |
Color Harmonies of #FAE565
Complementary color
Monochromatic Colors of #FAE565
Black with #FAE565
Text Example
Text Example
White with #FAE565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE565; }
p { color: rgb(250,229,101); }
H1.HeaderClassName
{
color: #FAE565;
}
.AnyTagClassName
{
color: #FAE565;
}
</style>
background-color css
<style>
a { background-color: #FAE565; }
a { background-color: rgb(250,229,101); }
div.DivClassName
{
background-color: #FAE565;
}
.BgClassName
{
background-color: #FAE565;
}
</style>
border-color css
<style>
span { border-color: #FAE565; }
span { border-color: rgb(250,229,101); }
td.TdClassName
{
border-color: #FAE565;
}
.TagClassName
{
border-color: #FAE565;
}
</style>