Shades of Sweet Corn #FAE167
Tints of Sweet Corn #FAE167
RGB
CMYK
RGB Variations
Color information
#FAE167 (or 0xFAE167) is known color: Sweet Corn. HEX triplet: FA, E1 and 67. RGB value is (250,225,103). Sum of RGB (Red+Green+Blue) = 250+225+103=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 103 (40.62% from 255 or 17.82% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE167 is #051E98. Grayscale: #DBDBDB. Windows color (decimal): -335513 or 6808058. OLE color: 6808058.
HSL color Cylindrical-coordinate representation of color #FAE167: hue angle of 49.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAE167 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 103 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.02 |
| HSL | 49.8º | 0.94% | 0.69% | - |
| HSV(B) | 49.8º | 0.59% | 0.98% | - |
| XYZ | 68.8 | 75.15 | 23.71 | - |
| YUV | 218.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 103 | 0 | 0.10 | 0.59 | 0.02 | 49.8 | 0.94 | 0.69 |
| Hex | FA | E1 | 67 | 0 | A | 3B | 2 | 32 | 5E | 45 |
| Octal | 372 | 341 | 147 | 0 | 12 | 73 | 2 | 62 | 136 | 105 |
| Binary | 11111010 | 11100001 | 1100111 | 0 | 1010 | 111011 | 10 | 110010 | 1011110 | 1000101 |
Color Harmonies of #FAE167
Complementary color
Monochromatic Colors of #FAE167
Black with #FAE167
Text Example
Text Example
White with #FAE167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE167; }
p { color: rgb(250,225,103); }
H1.HeaderClassName
{
color: #FAE167;
}
.AnyTagClassName
{
color: #FAE167;
}
</style>
background-color css
<style>
a { background-color: #FAE167; }
a { background-color: rgb(250,225,103); }
div.DivClassName
{
background-color: #FAE167;
}
.BgClassName
{
background-color: #FAE167;
}
</style>
border-color css
<style>
span { border-color: #FAE167; }
span { border-color: rgb(250,225,103); }
td.TdClassName
{
border-color: #FAE167;
}
.TagClassName
{
border-color: #FAE167;
}
</style>