Shades of Cream Can #F2C750
Tints of Cream Can #F2C750
RGB
CMYK
RGB Variations
Color information
#F2C750 (or 0xF2C750) is known color: Cream Can. HEX triplet: F2, C7 and 50. RGB value is (242,199,80). Sum of RGB (Red+Green+Blue) = 242+199+80=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C750 is #0D38AF. Grayscale: #C6C6C6. Windows color (decimal): -866480 or 5294066. OLE color: 5294066.
HSL color Cylindrical-coordinate representation of color #F2C750: hue angle of 44.07º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2C750 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 80 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.05 |
| HSL | 44.07º | 0.86% | 0.63% | - |
| HSV(B) | 44.07º | 0.67% | 0.95% | - |
| XYZ | 58.49 | 60.3 | 16.15 | - |
| YUV | 198.29 | 61.25 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 80 | 0 | 0.18 | 0.67 | 0.05 | 44.07 | 0.86 | 0.63 |
| Hex | F2 | C7 | 50 | 0 | 12 | 43 | 5 | 2C | 56 | 3F |
| Octal | 362 | 307 | 120 | 0 | 22 | 103 | 5 | 54 | 126 | 77 |
| Binary | 11110010 | 11000111 | 1010000 | 0 | 10010 | 1000011 | 101 | 101100 | 1010110 | 111111 |
Color Harmonies of #F2C750
Complementary color
Monochromatic Colors of #F2C750
Black with #F2C750
Text Example
Text Example
White with #F2C750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C750; }
p { color: rgb(242,199,80); }
H1.HeaderClassName
{
color: #F2C750;
}
.AnyTagClassName
{
color: #F2C750;
}
</style>
background-color css
<style>
a { background-color: #F2C750; }
a { background-color: rgb(242,199,80); }
div.DivClassName
{
background-color: #F2C750;
}
.BgClassName
{
background-color: #F2C750;
}
</style>
border-color css
<style>
span { border-color: #F2C750; }
span { border-color: rgb(242,199,80); }
td.TdClassName
{
border-color: #F2C750;
}
.TagClassName
{
border-color: #F2C750;
}
</style>