Shades of Cream Can #F2C75C
Tints of Cream Can #F2C75C
RGB
CMYK
RGB Variations
Color information
#F2C75C (or 0xF2C75C) is known color: Cream Can. HEX triplet: F2, C7 and 5C. RGB value is (242,199,92). Sum of RGB (Red+Green+Blue) = 242+199+92=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C75C is #0D38A3. Grayscale: #C8C8C8. Windows color (decimal): -866468 or 6080498. OLE color: 6080498.
HSL color Cylindrical-coordinate representation of color #F2C75C: hue angle of 42.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2C75C is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 92 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.05 |
| HSL | 42.8º | 0.85% | 0.65% | - |
| HSV(B) | 42.8º | 0.62% | 0.95% | - |
| XYZ | 58.97 | 60.5 | 18.69 | - |
| YUV | 199.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 92 | 0 | 0.18 | 0.62 | 0.05 | 42.8 | 0.85 | 0.65 |
| Hex | F2 | C7 | 5C | 0 | 12 | 3E | 5 | 2B | 55 | 41 |
| Octal | 362 | 307 | 134 | 0 | 22 | 76 | 5 | 53 | 125 | 101 |
| Binary | 11110010 | 11000111 | 1011100 | 0 | 10010 | 111110 | 101 | 101011 | 1010101 | 1000001 |
Color Harmonies of #F2C75C
Complementary color
Monochromatic Colors of #F2C75C
Black with #F2C75C
Text Example
Text Example
White with #F2C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C75C; }
p { color: rgb(242,199,92); }
H1.HeaderClassName
{
color: #F2C75C;
}
.AnyTagClassName
{
color: #F2C75C;
}
</style>
background-color css
<style>
a { background-color: #F2C75C; }
a { background-color: rgb(242,199,92); }
div.DivClassName
{
background-color: #F2C75C;
}
.BgClassName
{
background-color: #F2C75C;
}
</style>
border-color css
<style>
span { border-color: #F2C75C; }
span { border-color: rgb(242,199,92); }
td.TdClassName
{
border-color: #F2C75C;
}
.TagClassName
{
border-color: #F2C75C;
}
</style>