Shades of Corn #FAEF5D
Tints of Corn #FAEF5D
RGB
CMYK
RGB Variations
Color information
#FAEF5D (or 0xFAEF5D) is known color: Corn. HEX triplet: FA, EF and 5D. RGB value is (250,239,93). Sum of RGB (Red+Green+Blue) = 250+239+93=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 93 (36.72% from 255 or 15.98% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEF5D is #0510A2. Grayscale: #E2E2E2. Windows color (decimal): -331939 or 6156282. OLE color: 6156282.
HSL color Cylindrical-coordinate representation of color #FAEF5D: hue angle of 55.8º 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 #FAEF5D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 93 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.02 |
| HSL | 55.8º | 0.94% | 0.67% | - |
| HSV(B) | 55.8º | 0.63% | 0.98% | - |
| XYZ | 72.27 | 82.85 | 22.54 | - |
| YUV | 225.65 | 53.14 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 93 | 0 | 0.04 | 0.63 | 0.02 | 55.8 | 0.94 | 0.67 |
| Hex | FA | EF | 5D | 0 | 4 | 3F | 2 | 38 | 5E | 43 |
| Octal | 372 | 357 | 135 | 0 | 4 | 77 | 2 | 70 | 136 | 103 |
| Binary | 11111010 | 11101111 | 1011101 | 0 | 100 | 111111 | 10 | 111000 | 1011110 | 1000011 |
Color Harmonies of #FAEF5D
Complementary color
Monochromatic Colors of #FAEF5D
Black with #FAEF5D
Text Example
Text Example
White with #FAEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEF5D; }
p { color: rgb(250,239,93); }
H1.HeaderClassName
{
color: #FAEF5D;
}
.AnyTagClassName
{
color: #FAEF5D;
}
</style>
background-color css
<style>
a { background-color: #FAEF5D; }
a { background-color: rgb(250,239,93); }
div.DivClassName
{
background-color: #FAEF5D;
}
.BgClassName
{
background-color: #FAEF5D;
}
</style>
border-color css
<style>
span { border-color: #FAEF5D; }
span { border-color: rgb(250,239,93); }
td.TdClassName
{
border-color: #FAEF5D;
}
.TagClassName
{
border-color: #FAEF5D;
}
</style>