Shades of Corn #FAEB63
Tints of Corn #FAEB63
RGB
CMYK
RGB Variations
Color information
#FAEB63 (or 0xFAEB63) is known color: Corn. HEX triplet: FA, EB and 63. RGB value is (250,235,99). Sum of RGB (Red+Green+Blue) = 250+235+99=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 99 (39.06% from 255 or 16.95% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEB63 is #05149C. Grayscale: #E0E0E0. Windows color (decimal): -332957 or 6548474. OLE color: 6548474.
HSL color Cylindrical-coordinate representation of color #FAEB63: hue angle of 54.04º 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 #FAEB63 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 99 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.02 |
| HSL | 54.04º | 0.94% | 0.68% | - |
| HSV(B) | 54.04º | 0.6% | 0.98% | - |
| XYZ | 71.38 | 80.64 | 23.61 | - |
| YUV | 223.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 99 | 0 | 0.06 | 0.60 | 0.02 | 54.04 | 0.94 | 0.68 |
| Hex | FA | EB | 63 | 0 | 6 | 3C | 2 | 36 | 5E | 44 |
| Octal | 372 | 353 | 143 | 0 | 6 | 74 | 2 | 66 | 136 | 104 |
| Binary | 11111010 | 11101011 | 1100011 | 0 | 110 | 111100 | 10 | 110110 | 1011110 | 1000100 |
Color Harmonies of #FAEB63
Complementary color
Monochromatic Colors of #FAEB63
Black with #FAEB63
Text Example
Text Example
White with #FAEB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEB63; }
p { color: rgb(250,235,99); }
H1.HeaderClassName
{
color: #FAEB63;
}
.AnyTagClassName
{
color: #FAEB63;
}
</style>
background-color css
<style>
a { background-color: #FAEB63; }
a { background-color: rgb(250,235,99); }
div.DivClassName
{
background-color: #FAEB63;
}
.BgClassName
{
background-color: #FAEB63;
}
</style>
border-color css
<style>
span { border-color: #FAEB63; }
span { border-color: rgb(250,235,99); }
td.TdClassName
{
border-color: #FAEB63;
}
.TagClassName
{
border-color: #FAEB63;
}
</style>