Shades of Sweet Corn #FCDB6B
Tints of Sweet Corn #FCDB6B
RGB
CMYK
RGB Variations
Color information
#FCDB6B (or 0xFCDB6B) is known color: Sweet Corn. HEX triplet: FC, DB and 6B. RGB value is (252,219,107). Sum of RGB (Red+Green+Blue) = 252+219+107=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 107 (42.19% from 255 or 18.51% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB6B is #032494. Grayscale: #D8D8D8. Windows color (decimal): -205973 or 7068668. OLE color: 7068668.
HSL color Cylindrical-coordinate representation of color #FCDB6B: hue angle of 46.34º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCDB6B is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 107 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.01 |
| HSL | 46.34º | 0.96% | 0.7% | - |
| HSV(B) | 46.34º | 0.58% | 0.99% | - |
| XYZ | 68.13 | 72.42 | 24.3 | - |
| YUV | 216.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 107 | 0 | 0.13 | 0.58 | 0.01 | 46.34 | 0.96 | 0.7 |
| Hex | FC | DB | 6B | 0 | D | 3A | 1 | 2E | 60 | 46 |
| Octal | 374 | 333 | 153 | 0 | 15 | 72 | 1 | 56 | 140 | 106 |
| Binary | 11111100 | 11011011 | 1101011 | 0 | 1101 | 111010 | 1 | 101110 | 1100000 | 1000110 |
Color Harmonies of #FCDB6B
Complementary color
Monochromatic Colors of #FCDB6B
Black with #FCDB6B
Text Example
Text Example
White with #FCDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB6B; }
p { color: rgb(252,219,107); }
H1.HeaderClassName
{
color: #FCDB6B;
}
.AnyTagClassName
{
color: #FCDB6B;
}
</style>
background-color css
<style>
a { background-color: #FCDB6B; }
a { background-color: rgb(252,219,107); }
div.DivClassName
{
background-color: #FCDB6B;
}
.BgClassName
{
background-color: #FCDB6B;
}
</style>
border-color css
<style>
span { border-color: #FCDB6B; }
span { border-color: rgb(252,219,107); }
td.TdClassName
{
border-color: #FCDB6B;
}
.TagClassName
{
border-color: #FCDB6B;
}
</style>