Shades of Sweet Corn #FAE481
Tints of Sweet Corn #FAE481
RGB
CMYK
RGB Variations
Color information
#FAE481 (or 0xFAE481) is known color: Sweet Corn. HEX triplet: FA, E4 and 81. RGB value is (250,228,129). Sum of RGB (Red+Green+Blue) = 250+228+129=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 129 (50.78% from 255 or 21.25% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE481 is #051B7E. Grayscale: #DFDFDF. Windows color (decimal): -334719 or 8512762. OLE color: 8512762.
HSL color Cylindrical-coordinate representation of color #FAE481: hue angle of 49.09º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAE481 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 129 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.02 |
| HSL | 49.09º | 0.92% | 0.74% | - |
| HSV(B) | 49.09º | 0.48% | 0.98% | - |
| XYZ | 71.13 | 77.4 | 31.96 | - |
| YUV | 223.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 129 | 0 | 0.09 | 0.48 | 0.02 | 49.09 | 0.92 | 0.74 |
| Hex | FA | E4 | 81 | 0 | 9 | 30 | 2 | 31 | 5C | 4A |
| Octal | 372 | 344 | 201 | 0 | 11 | 60 | 2 | 61 | 134 | 112 |
| Binary | 11111010 | 11100100 | 10000001 | 0 | 1001 | 110000 | 10 | 110001 | 1011100 | 1001010 |
Color Harmonies of #FAE481
Complementary color
Monochromatic Colors of #FAE481
Black with #FAE481
Text Example
Text Example
White with #FAE481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE481; }
p { color: rgb(250,228,129); }
H1.HeaderClassName
{
color: #FAE481;
}
.AnyTagClassName
{
color: #FAE481;
}
</style>
background-color css
<style>
a { background-color: #FAE481; }
a { background-color: rgb(250,228,129); }
div.DivClassName
{
background-color: #FAE481;
}
.BgClassName
{
background-color: #FAE481;
}
</style>
border-color css
<style>
span { border-color: #FAE481; }
span { border-color: rgb(250,228,129); }
td.TdClassName
{
border-color: #FAE481;
}
.TagClassName
{
border-color: #FAE481;
}
</style>