Shades of Sweet Corn #FDEA7F
Tints of Sweet Corn #FDEA7F
RGB
CMYK
RGB Variations
Color information
#FDEA7F (or 0xFDEA7F) is known color: Sweet Corn. HEX triplet: FD, EA and 7F. RGB value is (253,234,127). Sum of RGB (Red+Green+Blue) = 253+234+127=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 127 (50% from 255 or 20.68% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA7F is #021580. Grayscale: #E3E3E3. Windows color (decimal): -136577 or 8383229. OLE color: 8383229.
HSL color Cylindrical-coordinate representation of color #FDEA7F: hue angle of 50.95º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDEA7F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 127 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.01 |
| HSL | 50.95º | 0.97% | 0.75% | - |
| HSV(B) | 50.95º | 0.5% | 0.99% | - |
| XYZ | 73.76 | 81.26 | 31.88 | - |
| YUV | 227.48 | 71.29 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 127 | 0 | 0.08 | 0.50 | 0.01 | 50.95 | 0.97 | 0.75 |
| Hex | FD | EA | 7F | 0 | 8 | 32 | 1 | 33 | 61 | 4B |
| Octal | 375 | 352 | 177 | 0 | 10 | 62 | 1 | 63 | 141 | 113 |
| Binary | 11111101 | 11101010 | 1111111 | 0 | 1000 | 110010 | 1 | 110011 | 1100001 | 1001011 |
Color Harmonies of #FDEA7F
Complementary color
Monochromatic Colors of #FDEA7F
Black with #FDEA7F
Text Example
Text Example
White with #FDEA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA7F; }
p { color: rgb(253,234,127); }
H1.HeaderClassName
{
color: #FDEA7F;
}
.AnyTagClassName
{
color: #FDEA7F;
}
</style>
background-color css
<style>
a { background-color: #FDEA7F; }
a { background-color: rgb(253,234,127); }
div.DivClassName
{
background-color: #FDEA7F;
}
.BgClassName
{
background-color: #FDEA7F;
}
</style>
border-color css
<style>
span { border-color: #FDEA7F; }
span { border-color: rgb(253,234,127); }
td.TdClassName
{
border-color: #FDEA7F;
}
.TagClassName
{
border-color: #FDEA7F;
}
</style>