Shades of Corn #FAE265
Tints of Corn #FAE265
RGB
CMYK
RGB Variations
Color information
#FAE265 (or 0xFAE265) is known color: Corn. HEX triplet: FA, E2 and 65. RGB value is (250,226,101). Sum of RGB (Red+Green+Blue) = 250+226+101=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 101 (39.84% from 255 or 17.50% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE265 is #051D9A. Grayscale: #DBDBDB. Windows color (decimal): -335259 or 6677242. OLE color: 6677242.
HSL color Cylindrical-coordinate representation of color #FAE265: hue angle of 50.34º 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 #FAE265 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 101 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.02 |
| HSL | 50.34º | 0.94% | 0.69% | - |
| HSV(B) | 50.34º | 0.6% | 0.98% | - |
| XYZ | 68.97 | 75.66 | 23.28 | - |
| YUV | 218.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 101 | 0 | 0.10 | 0.60 | 0.02 | 50.34 | 0.94 | 0.69 |
| Hex | FA | E2 | 65 | 0 | A | 3C | 2 | 32 | 5E | 45 |
| Octal | 372 | 342 | 145 | 0 | 12 | 74 | 2 | 62 | 136 | 105 |
| Binary | 11111010 | 11100010 | 1100101 | 0 | 1010 | 111100 | 10 | 110010 | 1011110 | 1000101 |
Color Harmonies of #FAE265
Complementary color
Monochromatic Colors of #FAE265
Black with #FAE265
Text Example
Text Example
White with #FAE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE265; }
p { color: rgb(250,226,101); }
H1.HeaderClassName
{
color: #FAE265;
}
.AnyTagClassName
{
color: #FAE265;
}
</style>
background-color css
<style>
a { background-color: #FAE265; }
a { background-color: rgb(250,226,101); }
div.DivClassName
{
background-color: #FAE265;
}
.BgClassName
{
background-color: #FAE265;
}
</style>
border-color css
<style>
span { border-color: #FAE265; }
span { border-color: rgb(250,226,101); }
td.TdClassName
{
border-color: #FAE265;
}
.TagClassName
{
border-color: #FAE265;
}
</style>