Shades of Cream Can #F2C04B
Tints of Cream Can #F2C04B
RGB
CMYK
RGB Variations
Color information
#F2C04B (or 0xF2C04B) is known color: Cream Can. HEX triplet: F2, C0 and 4B. RGB value is (242,192,75). Sum of RGB (Red+Green+Blue) = 242+192+75=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C04B is #0D3FB4. Grayscale: #C2C2C2. Windows color (decimal): -868277 or 4964594. OLE color: 4964594.
HSL color Cylindrical-coordinate representation of color #F2C04B: hue angle of 42.04º 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 #F2C04B is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 75 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.05 |
| HSL | 42.04º | 0.87% | 0.62% | - |
| HSV(B) | 42.04º | 0.69% | 0.95% | - |
| XYZ | 56.74 | 57.08 | 14.68 | - |
| YUV | 193.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 75 | 0 | 0.21 | 0.69 | 0.05 | 42.04 | 0.87 | 0.62 |
| Hex | F2 | C0 | 4B | 0 | 15 | 45 | 5 | 2A | 57 | 3E |
| Octal | 362 | 300 | 113 | 0 | 25 | 105 | 5 | 52 | 127 | 76 |
| Binary | 11110010 | 11000000 | 1001011 | 0 | 10101 | 1000101 | 101 | 101010 | 1010111 | 111110 |
Color Harmonies of #F2C04B
Complementary color
Monochromatic Colors of #F2C04B
Black with #F2C04B
Text Example
Text Example
White with #F2C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C04B; }
p { color: rgb(242,192,75); }
H1.HeaderClassName
{
color: #F2C04B;
}
.AnyTagClassName
{
color: #F2C04B;
}
</style>
background-color css
<style>
a { background-color: #F2C04B; }
a { background-color: rgb(242,192,75); }
div.DivClassName
{
background-color: #F2C04B;
}
.BgClassName
{
background-color: #F2C04B;
}
</style>
border-color css
<style>
span { border-color: #F2C04B; }
span { border-color: rgb(242,192,75); }
td.TdClassName
{
border-color: #F2C04B;
}
.TagClassName
{
border-color: #F2C04B;
}
</style>