Shades of Sweet Corn #F2DC78
Tints of Sweet Corn #F2DC78
RGB
CMYK
RGB Variations
Color information
#F2DC78 (or 0xF2DC78) is known color: Sweet Corn. HEX triplet: F2, DC and 78. RGB value is (242,220,120). Sum of RGB (Red+Green+Blue) = 242+220+120=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC78 is #0D2387. Grayscale: #D7D7D7. Windows color (decimal): -861064 or 7920882. OLE color: 7920882.
HSL color Cylindrical-coordinate representation of color #F2DC78: hue angle of 49.18º 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 #F2DC78 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 120 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.05 |
| HSL | 49.18º | 0.82% | 0.71% | - |
| HSV(B) | 49.18º | 0.5% | 0.95% | - |
| XYZ | 65.6 | 71.42 | 28.1 | - |
| YUV | 215.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 120 | 0 | 0.09 | 0.50 | 0.05 | 49.18 | 0.82 | 0.71 |
| Hex | F2 | DC | 78 | 0 | 9 | 32 | 5 | 31 | 52 | 47 |
| Octal | 362 | 334 | 170 | 0 | 11 | 62 | 5 | 61 | 122 | 107 |
| Binary | 11110010 | 11011100 | 1111000 | 0 | 1001 | 110010 | 101 | 110001 | 1010010 | 1000111 |
Color Harmonies of #F2DC78
Complementary color
Monochromatic Colors of #F2DC78
Black with #F2DC78
Text Example
Text Example
White with #F2DC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC78; }
p { color: rgb(242,220,120); }
H1.HeaderClassName
{
color: #F2DC78;
}
.AnyTagClassName
{
color: #F2DC78;
}
</style>
background-color css
<style>
a { background-color: #F2DC78; }
a { background-color: rgb(242,220,120); }
div.DivClassName
{
background-color: #F2DC78;
}
.BgClassName
{
background-color: #F2DC78;
}
</style>
border-color css
<style>
span { border-color: #F2DC78; }
span { border-color: rgb(242,220,120); }
td.TdClassName
{
border-color: #F2DC78;
}
.TagClassName
{
border-color: #F2DC78;
}
</style>