Shades of Sweet Corn #F2D872
Tints of Sweet Corn #F2D872
RGB
CMYK
RGB Variations
Color information
#F2D872 (or 0xF2D872) is known color: Sweet Corn. HEX triplet: F2, D8 and 72. RGB value is (242,216,114). Sum of RGB (Red+Green+Blue) = 242+216+114=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D872 is #0D278D. Grayscale: #D4D4D4. Windows color (decimal): -862094 or 7526642. OLE color: 7526642.
HSL color Cylindrical-coordinate representation of color #F2D872: hue angle of 47.81º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2D872 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 114 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.05 |
| HSL | 47.81º | 0.83% | 0.7% | - |
| HSV(B) | 47.81º | 0.53% | 0.95% | - |
| XYZ | 64.21 | 69.2 | 25.89 | - |
| YUV | 212.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 114 | 0 | 0.11 | 0.53 | 0.05 | 47.81 | 0.83 | 0.7 |
| Hex | F2 | D8 | 72 | 0 | B | 35 | 5 | 30 | 53 | 46 |
| Octal | 362 | 330 | 162 | 0 | 13 | 65 | 5 | 60 | 123 | 106 |
| Binary | 11110010 | 11011000 | 1110010 | 0 | 1011 | 110101 | 101 | 110000 | 1010011 | 1000110 |
Color Harmonies of #F2D872
Complementary color
Monochromatic Colors of #F2D872
Black with #F2D872
Text Example
Text Example
White with #F2D872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D872; }
p { color: rgb(242,216,114); }
H1.HeaderClassName
{
color: #F2D872;
}
.AnyTagClassName
{
color: #F2D872;
}
</style>
background-color css
<style>
a { background-color: #F2D872; }
a { background-color: rgb(242,216,114); }
div.DivClassName
{
background-color: #F2D872;
}
.BgClassName
{
background-color: #F2D872;
}
</style>
border-color css
<style>
span { border-color: #F2D872; }
span { border-color: rgb(242,216,114); }
td.TdClassName
{
border-color: #F2D872;
}
.TagClassName
{
border-color: #F2D872;
}
</style>