Shades of Sweet Corn #FDDE7B
Tints of Sweet Corn #FDDE7B
RGB
CMYK
RGB Variations
Color information
#FDDE7B (or 0xFDDE7B) is known color: Sweet Corn. HEX triplet: FD, DE and 7B. RGB value is (253,222,123). Sum of RGB (Red+Green+Blue) = 253+222+123=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 123 (48.44% from 255 or 20.57% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE7B is #022184. Grayscale: #DCDCDC. Windows color (decimal): -139653 or 8118013. OLE color: 8118013.
HSL color Cylindrical-coordinate representation of color #FDDE7B: hue angle of 45.69º 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 #FDDE7B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 123 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.01 |
| HSL | 45.69º | 0.97% | 0.74% | - |
| HSV(B) | 45.69º | 0.51% | 0.99% | - |
| XYZ | 70.2 | 74.56 | 29.43 | - |
| YUV | 219.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 123 | 0 | 0.12 | 0.51 | 0.01 | 45.69 | 0.97 | 0.74 |
| Hex | FD | DE | 7B | 0 | C | 33 | 1 | 2E | 61 | 4A |
| Octal | 375 | 336 | 173 | 0 | 14 | 63 | 1 | 56 | 141 | 112 |
| Binary | 11111101 | 11011110 | 1111011 | 0 | 1100 | 110011 | 1 | 101110 | 1100001 | 1001010 |
Color Harmonies of #FDDE7B
Complementary color
Monochromatic Colors of #FDDE7B
Black with #FDDE7B
Text Example
Text Example
White with #FDDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE7B; }
p { color: rgb(253,222,123); }
H1.HeaderClassName
{
color: #FDDE7B;
}
.AnyTagClassName
{
color: #FDDE7B;
}
</style>
background-color css
<style>
a { background-color: #FDDE7B; }
a { background-color: rgb(253,222,123); }
div.DivClassName
{
background-color: #FDDE7B;
}
.BgClassName
{
background-color: #FDDE7B;
}
</style>
border-color css
<style>
span { border-color: #FDDE7B; }
span { border-color: rgb(253,222,123); }
td.TdClassName
{
border-color: #FDDE7B;
}
.TagClassName
{
border-color: #FDDE7B;
}
</style>