Shades of Sweet Corn #FDE77B
Tints of Sweet Corn #FDE77B
RGB
CMYK
RGB Variations
Color information
#FDE77B (or 0xFDE77B) is known color: Sweet Corn. HEX triplet: FD, E7 and 7B. RGB value is (253,231,123). Sum of RGB (Red+Green+Blue) = 253+231+123=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 123 (48.44% from 255 or 20.26% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE77B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE77B is #021884. Grayscale: #E1E1E1. Windows color (decimal): -137349 or 8120317. OLE color: 8120317.
HSL color Cylindrical-coordinate representation of color #FDE77B: hue angle of 49.85º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDE77B is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 123 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.01 |
| HSL | 49.85º | 0.97% | 0.74% | - |
| HSV(B) | 49.85º | 0.51% | 0.99% | - |
| XYZ | 72.66 | 79.46 | 30.25 | - |
| YUV | 225.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 123 | 0 | 0.09 | 0.51 | 0.01 | 49.85 | 0.97 | 0.74 |
| Hex | FD | E7 | 7B | 0 | 9 | 33 | 1 | 32 | 61 | 4A |
| Octal | 375 | 347 | 173 | 0 | 11 | 63 | 1 | 62 | 141 | 112 |
| Binary | 11111101 | 11100111 | 1111011 | 0 | 1001 | 110011 | 1 | 110010 | 1100001 | 1001010 |
Color Harmonies of #FDE77B
Complementary color
Monochromatic Colors of #FDE77B
Black with #FDE77B
Text Example
Text Example
White with #FDE77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE77B; }
p { color: rgb(253,231,123); }
H1.HeaderClassName
{
color: #FDE77B;
}
.AnyTagClassName
{
color: #FDE77B;
}
</style>
background-color css
<style>
a { background-color: #FDE77B; }
a { background-color: rgb(253,231,123); }
div.DivClassName
{
background-color: #FDE77B;
}
.BgClassName
{
background-color: #FDE77B;
}
</style>
border-color css
<style>
span { border-color: #FDE77B; }
span { border-color: rgb(253,231,123); }
td.TdClassName
{
border-color: #FDE77B;
}
.TagClassName
{
border-color: #FDE77B;
}
</style>