Shades of Sweet Corn #FAE67F
Tints of Sweet Corn #FAE67F
RGB
CMYK
RGB Variations
Color information
#FAE67F (or 0xFAE67F) is known color: Sweet Corn. HEX triplet: FA, E6 and 7F. RGB value is (250,230,127). Sum of RGB (Red+Green+Blue) = 250+230+127=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 127 (50% from 255 or 20.92% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE67F is #051980. Grayscale: #E0E0E0. Windows color (decimal): -334209 or 8382202. OLE color: 8382202.
HSL color Cylindrical-coordinate representation of color #FAE67F: hue angle of 50.24º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAE67F is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 127 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.02 |
| HSL | 50.24º | 0.92% | 0.74% | - |
| HSV(B) | 50.24º | 0.49% | 0.98% | - |
| XYZ | 71.55 | 78.45 | 31.45 | - |
| YUV | 224.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 127 | 0 | 0.08 | 0.49 | 0.02 | 50.24 | 0.92 | 0.74 |
| Hex | FA | E6 | 7F | 0 | 8 | 31 | 2 | 32 | 5C | 4A |
| Octal | 372 | 346 | 177 | 0 | 10 | 61 | 2 | 62 | 134 | 112 |
| Binary | 11111010 | 11100110 | 1111111 | 0 | 1000 | 110001 | 10 | 110010 | 1011100 | 1001010 |
Color Harmonies of #FAE67F
Complementary color
Monochromatic Colors of #FAE67F
Black with #FAE67F
Text Example
Text Example
White with #FAE67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE67F; }
p { color: rgb(250,230,127); }
H1.HeaderClassName
{
color: #FAE67F;
}
.AnyTagClassName
{
color: #FAE67F;
}
</style>
background-color css
<style>
a { background-color: #FAE67F; }
a { background-color: rgb(250,230,127); }
div.DivClassName
{
background-color: #FAE67F;
}
.BgClassName
{
background-color: #FAE67F;
}
</style>
border-color css
<style>
span { border-color: #FAE67F; }
span { border-color: rgb(250,230,127); }
td.TdClassName
{
border-color: #FAE67F;
}
.TagClassName
{
border-color: #FAE67F;
}
</style>