Shades of Cream Can #F2C24A
Tints of Cream Can #F2C24A
RGB
CMYK
RGB Variations
Color information
#F2C24A (or 0xF2C24A) is known color: Cream Can. HEX triplet: F2, C2 and 4A. RGB value is (242,194,74). Sum of RGB (Red+Green+Blue) = 242+194+74=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C24A is #0D3DB5. Grayscale: #C3C3C3. Windows color (decimal): -867766 or 4899570. OLE color: 4899570.
HSL color Cylindrical-coordinate representation of color #F2C24A: hue angle of 42.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2C24A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 74 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.05 |
| HSL | 42.86º | 0.87% | 0.62% | - |
| HSV(B) | 42.86º | 0.69% | 0.95% | - |
| XYZ | 57.15 | 57.96 | 14.65 | - |
| YUV | 194.67 | 59.9 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 74 | 0 | 0.20 | 0.69 | 0.05 | 42.86 | 0.87 | 0.62 |
| Hex | F2 | C2 | 4A | 0 | 14 | 45 | 5 | 2B | 57 | 3E |
| Octal | 362 | 302 | 112 | 0 | 24 | 105 | 5 | 53 | 127 | 76 |
| Binary | 11110010 | 11000010 | 1001010 | 0 | 10100 | 1000101 | 101 | 101011 | 1010111 | 111110 |
Color Harmonies of #F2C24A
Complementary color
Monochromatic Colors of #F2C24A
Black with #F2C24A
Text Example
Text Example
White with #F2C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C24A; }
p { color: rgb(242,194,74); }
H1.HeaderClassName
{
color: #F2C24A;
}
.AnyTagClassName
{
color: #F2C24A;
}
</style>
background-color css
<style>
a { background-color: #F2C24A; }
a { background-color: rgb(242,194,74); }
div.DivClassName
{
background-color: #F2C24A;
}
.BgClassName
{
background-color: #F2C24A;
}
</style>
border-color css
<style>
span { border-color: #F2C24A; }
span { border-color: rgb(242,194,74); }
td.TdClassName
{
border-color: #F2C24A;
}
.TagClassName
{
border-color: #F2C24A;
}
</style>