Shades of Cream Can #F2C05F
Tints of Cream Can #F2C05F
RGB
CMYK
RGB Variations
Color information
#F2C05F (or 0xF2C05F) is known color: Cream Can. HEX triplet: F2, C0 and 5F. RGB value is (242,192,95). Sum of RGB (Red+Green+Blue) = 242+192+95=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C05F is #0D3FA0. Grayscale: #C4C4C4. Windows color (decimal): -868257 or 6275314. OLE color: 6275314.
HSL color Cylindrical-coordinate representation of color #F2C05F: hue angle of 39.59º 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 #F2C05F is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 95 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.05 |
| HSL | 39.59º | 0.85% | 0.66% | - |
| HSV(B) | 39.59º | 0.61% | 0.95% | - |
| XYZ | 57.53 | 57.4 | 18.87 | - |
| YUV | 195.89 | 71.07 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 95 | 0 | 0.21 | 0.61 | 0.05 | 39.59 | 0.85 | 0.66 |
| Hex | F2 | C0 | 5F | 0 | 15 | 3D | 5 | 28 | 55 | 42 |
| Octal | 362 | 300 | 137 | 0 | 25 | 75 | 5 | 50 | 125 | 102 |
| Binary | 11110010 | 11000000 | 1011111 | 0 | 10101 | 111101 | 101 | 101000 | 1010101 | 1000010 |
Color Harmonies of #F2C05F
Complementary color
Monochromatic Colors of #F2C05F
Black with #F2C05F
Text Example
Text Example
White with #F2C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C05F; }
p { color: rgb(242,192,95); }
H1.HeaderClassName
{
color: #F2C05F;
}
.AnyTagClassName
{
color: #F2C05F;
}
</style>
background-color css
<style>
a { background-color: #F2C05F; }
a { background-color: rgb(242,192,95); }
div.DivClassName
{
background-color: #F2C05F;
}
.BgClassName
{
background-color: #F2C05F;
}
</style>
border-color css
<style>
span { border-color: #F2C05F; }
span { border-color: rgb(242,192,95); }
td.TdClassName
{
border-color: #F2C05F;
}
.TagClassName
{
border-color: #F2C05F;
}
</style>