Shades of Cream Can #F2C549
Tints of Cream Can #F2C549
RGB
CMYK
RGB Variations
Color information
#F2C549 (or 0xF2C549) is known color: Cream Can. HEX triplet: F2, C5 and 49. RGB value is (242,197,73). Sum of RGB (Red+Green+Blue) = 242+197+73=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C549 is #0D3AB6. Grayscale: #C4C4C4. Windows color (decimal): -866999 or 4834802. OLE color: 4834802.
HSL color Cylindrical-coordinate representation of color #F2C549: hue angle of 44.02º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2C549 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 73 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.05 |
| HSL | 44.02º | 0.87% | 0.62% | - |
| HSV(B) | 44.02º | 0.7% | 0.95% | - |
| XYZ | 57.79 | 59.29 | 14.7 | - |
| YUV | 196.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 73 | 0 | 0.19 | 0.70 | 0.05 | 44.02 | 0.87 | 0.62 |
| Hex | F2 | C5 | 49 | 0 | 13 | 46 | 5 | 2C | 57 | 3E |
| Octal | 362 | 305 | 111 | 0 | 23 | 106 | 5 | 54 | 127 | 76 |
| Binary | 11110010 | 11000101 | 1001001 | 0 | 10011 | 1000110 | 101 | 101100 | 1010111 | 111110 |
Color Harmonies of #F2C549
Complementary color
Monochromatic Colors of #F2C549
Black with #F2C549
Text Example
Text Example
White with #F2C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C549; }
p { color: rgb(242,197,73); }
H1.HeaderClassName
{
color: #F2C549;
}
.AnyTagClassName
{
color: #F2C549;
}
</style>
background-color css
<style>
a { background-color: #F2C549; }
a { background-color: rgb(242,197,73); }
div.DivClassName
{
background-color: #F2C549;
}
.BgClassName
{
background-color: #F2C549;
}
</style>
border-color css
<style>
span { border-color: #F2C549; }
span { border-color: rgb(242,197,73); }
td.TdClassName
{
border-color: #F2C549;
}
.TagClassName
{
border-color: #F2C549;
}
</style>