Shades of Sweet Corn #F2DB78
Tints of Sweet Corn #F2DB78
RGB
CMYK
RGB Variations
Color information
#F2DB78 (or 0xF2DB78) is known color: Sweet Corn. HEX triplet: F2, DB and 78. RGB value is (242,219,120). Sum of RGB (Red+Green+Blue) = 242+219+120=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB78 is #0D2487. Grayscale: #D7D7D7. Windows color (decimal): -861320 or 7920626. OLE color: 7920626.
HSL color Cylindrical-coordinate representation of color #F2DB78: hue angle of 48.69º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2DB78 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 120 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.05 |
| HSL | 48.69º | 0.82% | 0.71% | - |
| HSV(B) | 48.69º | 0.5% | 0.95% | - |
| XYZ | 65.34 | 70.9 | 28.01 | - |
| YUV | 214.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 120 | 0 | 0.10 | 0.50 | 0.05 | 48.69 | 0.82 | 0.71 |
| Hex | F2 | DB | 78 | 0 | A | 32 | 5 | 31 | 52 | 47 |
| Octal | 362 | 333 | 170 | 0 | 12 | 62 | 5 | 61 | 122 | 107 |
| Binary | 11110010 | 11011011 | 1111000 | 0 | 1010 | 110010 | 101 | 110001 | 1010010 | 1000111 |
Color Harmonies of #F2DB78
Complementary color
Monochromatic Colors of #F2DB78
Black with #F2DB78
Text Example
Text Example
White with #F2DB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB78; }
p { color: rgb(242,219,120); }
H1.HeaderClassName
{
color: #F2DB78;
}
.AnyTagClassName
{
color: #F2DB78;
}
</style>
background-color css
<style>
a { background-color: #F2DB78; }
a { background-color: rgb(242,219,120); }
div.DivClassName
{
background-color: #F2DB78;
}
.BgClassName
{
background-color: #F2DB78;
}
</style>
border-color css
<style>
span { border-color: #F2DB78; }
span { border-color: rgb(242,219,120); }
td.TdClassName
{
border-color: #F2DB78;
}
.TagClassName
{
border-color: #F2DB78;
}
</style>