Shades of Sweet Corn #FDDB6E
Tints of Sweet Corn #FDDB6E
RGB
CMYK
RGB Variations
Color information
#FDDB6E (or 0xFDDB6E) is known color: Sweet Corn. HEX triplet: FD, DB and 6E. RGB value is (253,219,110). Sum of RGB (Red+Green+Blue) = 253+219+110=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 110 (43.36% from 255 or 18.90% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB6E is #022491. Grayscale: #D9D9D9. Windows color (decimal): -140434 or 7265277. OLE color: 7265277.
HSL color Cylindrical-coordinate representation of color #FDDB6E: hue angle of 45.73º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDDB6E is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 110 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.01 |
| HSL | 45.73º | 0.97% | 0.71% | - |
| HSV(B) | 45.73º | 0.57% | 0.99% | - |
| XYZ | 68.65 | 72.67 | 25.16 | - |
| YUV | 216.74 | 67.76 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 110 | 0 | 0.13 | 0.57 | 0.01 | 45.73 | 0.97 | 0.71 |
| Hex | FD | DB | 6E | 0 | D | 39 | 1 | 2E | 61 | 47 |
| Octal | 375 | 333 | 156 | 0 | 15 | 71 | 1 | 56 | 141 | 107 |
| Binary | 11111101 | 11011011 | 1101110 | 0 | 1101 | 111001 | 1 | 101110 | 1100001 | 1000111 |
Color Harmonies of #FDDB6E
Complementary color
Monochromatic Colors of #FDDB6E
Black with #FDDB6E
Text Example
Text Example
White with #FDDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB6E; }
p { color: rgb(253,219,110); }
H1.HeaderClassName
{
color: #FDDB6E;
}
.AnyTagClassName
{
color: #FDDB6E;
}
</style>
background-color css
<style>
a { background-color: #FDDB6E; }
a { background-color: rgb(253,219,110); }
div.DivClassName
{
background-color: #FDDB6E;
}
.BgClassName
{
background-color: #FDDB6E;
}
</style>
border-color css
<style>
span { border-color: #FDDB6E; }
span { border-color: rgb(253,219,110); }
td.TdClassName
{
border-color: #FDDB6E;
}
.TagClassName
{
border-color: #FDDB6E;
}
</style>