Shades of Cream Can #F2C45F
Tints of Cream Can #F2C45F
RGB
CMYK
RGB Variations
Color information
#F2C45F (or 0xF2C45F) is known color: Cream Can. HEX triplet: F2, C4 and 5F. RGB value is (242,196,95). Sum of RGB (Red+Green+Blue) = 242+196+95=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C45F is #0D3BA0. Grayscale: #C6C6C6. Windows color (decimal): -867233 or 6276338. OLE color: 6276338.
HSL color Cylindrical-coordinate representation of color #F2C45F: hue angle of 41.22º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2C45F is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 95 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.05 |
| HSL | 41.22º | 0.85% | 0.66% | - |
| HSV(B) | 41.22º | 0.61% | 0.95% | - |
| XYZ | 58.42 | 59.18 | 19.17 | - |
| YUV | 198.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 95 | 0 | 0.19 | 0.61 | 0.05 | 41.22 | 0.85 | 0.66 |
| Hex | F2 | C4 | 5F | 0 | 13 | 3D | 5 | 29 | 55 | 42 |
| Octal | 362 | 304 | 137 | 0 | 23 | 75 | 5 | 51 | 125 | 102 |
| Binary | 11110010 | 11000100 | 1011111 | 0 | 10011 | 111101 | 101 | 101001 | 1010101 | 1000010 |
Color Harmonies of #F2C45F
Complementary color
Monochromatic Colors of #F2C45F
Black with #F2C45F
Text Example
Text Example
White with #F2C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C45F; }
p { color: rgb(242,196,95); }
H1.HeaderClassName
{
color: #F2C45F;
}
.AnyTagClassName
{
color: #F2C45F;
}
</style>
background-color css
<style>
a { background-color: #F2C45F; }
a { background-color: rgb(242,196,95); }
div.DivClassName
{
background-color: #F2C45F;
}
.BgClassName
{
background-color: #F2C45F;
}
</style>
border-color css
<style>
span { border-color: #F2C45F; }
span { border-color: rgb(242,196,95); }
td.TdClassName
{
border-color: #F2C45F;
}
.TagClassName
{
border-color: #F2C45F;
}
</style>