Shades of Corn #FAEB68
Tints of Corn #FAEB68
RGB
CMYK
RGB Variations
Color information
#FAEB68 (or 0xFAEB68) is known color: Corn. HEX triplet: FA, EB and 68. RGB value is (250,235,104). Sum of RGB (Red+Green+Blue) = 250+235+104=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 104 (41.02% from 255 or 17.66% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEB68 is #051497. Grayscale: #E1E1E1. Windows color (decimal): -332952 or 6876154. OLE color: 6876154.
HSL color Cylindrical-coordinate representation of color #FAEB68: hue angle of 53.84º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAEB68 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 104 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.02 |
| HSL | 53.84º | 0.94% | 0.69% | - |
| HSV(B) | 53.84º | 0.58% | 0.98% | - |
| XYZ | 71.63 | 80.74 | 24.91 | - |
| YUV | 224.55 | 59.97 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 104 | 0 | 0.06 | 0.58 | 0.02 | 53.84 | 0.94 | 0.69 |
| Hex | FA | EB | 68 | 0 | 6 | 3A | 2 | 36 | 5E | 45 |
| Octal | 372 | 353 | 150 | 0 | 6 | 72 | 2 | 66 | 136 | 105 |
| Binary | 11111010 | 11101011 | 1101000 | 0 | 110 | 111010 | 10 | 110110 | 1011110 | 1000101 |
Color Harmonies of #FAEB68
Complementary color
Monochromatic Colors of #FAEB68
Black with #FAEB68
Text Example
Text Example
White with #FAEB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEB68; }
p { color: rgb(250,235,104); }
H1.HeaderClassName
{
color: #FAEB68;
}
.AnyTagClassName
{
color: #FAEB68;
}
</style>
background-color css
<style>
a { background-color: #FAEB68; }
a { background-color: rgb(250,235,104); }
div.DivClassName
{
background-color: #FAEB68;
}
.BgClassName
{
background-color: #FAEB68;
}
</style>
border-color css
<style>
span { border-color: #FAEB68; }
span { border-color: rgb(250,235,104); }
td.TdClassName
{
border-color: #FAEB68;
}
.TagClassName
{
border-color: #FAEB68;
}
</style>