Shades of Cream Can #F2C34A
Tints of Cream Can #F2C34A
RGB
CMYK
RGB Variations
Color information
#F2C34A (or 0xF2C34A) is known color: Cream Can. HEX triplet: F2, C3 and 4A. RGB value is (242,195,74). Sum of RGB (Red+Green+Blue) = 242+195+74=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C34A is #0D3CB5. Grayscale: #C3C3C3. Windows color (decimal): -867510 or 4899826. OLE color: 4899826.
HSL color Cylindrical-coordinate representation of color #F2C34A: hue angle of 43.21º 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 #F2C34A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 74 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.05 |
| HSL | 43.21º | 0.87% | 0.62% | - |
| HSV(B) | 43.21º | 0.69% | 0.95% | - |
| XYZ | 57.37 | 58.4 | 14.73 | - |
| YUV | 195.26 | 59.57 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 74 | 0 | 0.19 | 0.69 | 0.05 | 43.21 | 0.87 | 0.62 |
| Hex | F2 | C3 | 4A | 0 | 13 | 45 | 5 | 2B | 57 | 3E |
| Octal | 362 | 303 | 112 | 0 | 23 | 105 | 5 | 53 | 127 | 76 |
| Binary | 11110010 | 11000011 | 1001010 | 0 | 10011 | 1000101 | 101 | 101011 | 1010111 | 111110 |
Color Harmonies of #F2C34A
Complementary color
Monochromatic Colors of #F2C34A
Black with #F2C34A
Text Example
Text Example
White with #F2C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C34A; }
p { color: rgb(242,195,74); }
H1.HeaderClassName
{
color: #F2C34A;
}
.AnyTagClassName
{
color: #F2C34A;
}
</style>
background-color css
<style>
a { background-color: #F2C34A; }
a { background-color: rgb(242,195,74); }
div.DivClassName
{
background-color: #F2C34A;
}
.BgClassName
{
background-color: #F2C34A;
}
</style>
border-color css
<style>
span { border-color: #F2C34A; }
span { border-color: rgb(242,195,74); }
td.TdClassName
{
border-color: #F2C34A;
}
.TagClassName
{
border-color: #F2C34A;
}
</style>