Shades of Sweet Corn #FCDB6E
Tints of Sweet Corn #FCDB6E
RGB
CMYK
RGB Variations
Color information
#FCDB6E (or 0xFCDB6E) is known color: Sweet Corn. HEX triplet: FC, DB and 6E. RGB value is (252,219,110). Sum of RGB (Red+Green+Blue) = 252+219+110=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 110 (43.36% from 255 or 18.93% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB6E is #032491. Grayscale: #D8D8D8. Windows color (decimal): -205970 or 7265276. OLE color: 7265276.
HSL color Cylindrical-coordinate representation of color #FCDB6E: hue angle of 46.06º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCDB6E is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 110 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.01 |
| HSL | 46.06º | 0.96% | 0.71% | - |
| HSV(B) | 46.06º | 0.56% | 0.99% | - |
| XYZ | 68.29 | 72.48 | 25.14 | - |
| YUV | 216.44 | 67.93 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 110 | 0 | 0.13 | 0.56 | 0.01 | 46.06 | 0.96 | 0.71 |
| Hex | FC | DB | 6E | 0 | D | 38 | 1 | 2E | 60 | 47 |
| Octal | 374 | 333 | 156 | 0 | 15 | 70 | 1 | 56 | 140 | 107 |
| Binary | 11111100 | 11011011 | 1101110 | 0 | 1101 | 111000 | 1 | 101110 | 1100000 | 1000111 |
Color Harmonies of #FCDB6E
Complementary color
Monochromatic Colors of #FCDB6E
Black with #FCDB6E
Text Example
Text Example
White with #FCDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB6E; }
p { color: rgb(252,219,110); }
H1.HeaderClassName
{
color: #FCDB6E;
}
.AnyTagClassName
{
color: #FCDB6E;
}
</style>
background-color css
<style>
a { background-color: #FCDB6E; }
a { background-color: rgb(252,219,110); }
div.DivClassName
{
background-color: #FCDB6E;
}
.BgClassName
{
background-color: #FCDB6E;
}
</style>
border-color css
<style>
span { border-color: #FCDB6E; }
span { border-color: rgb(252,219,110); }
td.TdClassName
{
border-color: #FCDB6E;
}
.TagClassName
{
border-color: #FCDB6E;
}
</style>