Shades of Corn #FAEF63
Tints of Corn #FAEF63
RGB
CMYK
RGB Variations
Color information
#FAEF63 (or 0xFAEF63) is known color: Corn. HEX triplet: FA, EF and 63. RGB value is (250,239,99). Sum of RGB (Red+Green+Blue) = 250+239+99=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 99 (39.06% from 255 or 16.84% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEF63 is #05109C. Grayscale: #E2E2E2. Windows color (decimal): -331933 or 6549498. OLE color: 6549498.
HSL color Cylindrical-coordinate representation of color #FAEF63: hue angle of 55.63º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAEF63 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 99 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.02 |
| HSL | 55.63º | 0.94% | 0.68% | - |
| HSV(B) | 55.63º | 0.6% | 0.98% | - |
| XYZ | 72.54 | 82.96 | 23.99 | - |
| YUV | 226.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 99 | 0 | 0.04 | 0.60 | 0.02 | 55.63 | 0.94 | 0.68 |
| Hex | FA | EF | 63 | 0 | 4 | 3C | 2 | 38 | 5E | 44 |
| Octal | 372 | 357 | 143 | 0 | 4 | 74 | 2 | 70 | 136 | 104 |
| Binary | 11111010 | 11101111 | 1100011 | 0 | 100 | 111100 | 10 | 111000 | 1011110 | 1000100 |
Color Harmonies of #FAEF63
Complementary color
Monochromatic Colors of #FAEF63
Black with #FAEF63
Text Example
Text Example
White with #FAEF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEF63; }
p { color: rgb(250,239,99); }
H1.HeaderClassName
{
color: #FAEF63;
}
.AnyTagClassName
{
color: #FAEF63;
}
</style>
background-color css
<style>
a { background-color: #FAEF63; }
a { background-color: rgb(250,239,99); }
div.DivClassName
{
background-color: #FAEF63;
}
.BgClassName
{
background-color: #FAEF63;
}
</style>
border-color css
<style>
span { border-color: #FAEF63; }
span { border-color: rgb(250,239,99); }
td.TdClassName
{
border-color: #FAEF63;
}
.TagClassName
{
border-color: #FAEF63;
}
</style>