Shades of Sweet Corn #FDDB6B
Tints of Sweet Corn #FDDB6B
RGB
CMYK
RGB Variations
Color information
#FDDB6B (or 0xFDDB6B) is known color: Sweet Corn. HEX triplet: FD, DB and 6B. RGB value is (253,219,107). Sum of RGB (Red+Green+Blue) = 253+219+107=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB6B is #022494. Grayscale: #D8D8D8. Windows color (decimal): -140437 or 7068669. OLE color: 7068669.
HSL color Cylindrical-coordinate representation of color #FDDB6B: hue angle of 46.03º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDDB6B is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 107 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.01 |
| HSL | 46.03º | 0.97% | 0.71% | - |
| HSV(B) | 46.03º | 0.58% | 0.99% | - |
| XYZ | 68.49 | 72.61 | 24.31 | - |
| YUV | 216.4 | 66.26 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 107 | 0 | 0.13 | 0.58 | 0.01 | 46.03 | 0.97 | 0.71 |
| Hex | FD | DB | 6B | 0 | D | 3A | 1 | 2E | 61 | 47 |
| Octal | 375 | 333 | 153 | 0 | 15 | 72 | 1 | 56 | 141 | 107 |
| Binary | 11111101 | 11011011 | 1101011 | 0 | 1101 | 111010 | 1 | 101110 | 1100001 | 1000111 |
Color Harmonies of #FDDB6B
Complementary color
Monochromatic Colors of #FDDB6B
Black with #FDDB6B
Text Example
Text Example
White with #FDDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB6B; }
p { color: rgb(253,219,107); }
H1.HeaderClassName
{
color: #FDDB6B;
}
.AnyTagClassName
{
color: #FDDB6B;
}
</style>
background-color css
<style>
a { background-color: #FDDB6B; }
a { background-color: rgb(253,219,107); }
div.DivClassName
{
background-color: #FDDB6B;
}
.BgClassName
{
background-color: #FDDB6B;
}
</style>
border-color css
<style>
span { border-color: #FDDB6B; }
span { border-color: rgb(253,219,107); }
td.TdClassName
{
border-color: #FDDB6B;
}
.TagClassName
{
border-color: #FDDB6B;
}
</style>