Shades of Cream Can #F2BA41
Tints of Cream Can #F2BA41
RGB
CMYK
RGB Variations
Color information
#F2BA41 (or 0xF2BA41) is known color: Cream Can. HEX triplet: F2, BA and 41. RGB value is (242,186,65). Sum of RGB (Red+Green+Blue) = 242+186+65=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA41 is #0D45BE. Grayscale: #BDBDBD. Windows color (decimal): -869823 or 4307698. OLE color: 4307698.
HSL color Cylindrical-coordinate representation of color #F2BA41: hue angle of 41.02º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2BA41 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 65 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.05 |
| HSL | 41.02º | 0.87% | 0.6% | - |
| HSV(B) | 41.02º | 0.73% | 0.95% | - |
| XYZ | 55.13 | 54.38 | 12.59 | - |
| YUV | 188.95 | 58.05 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 65 | 0 | 0.23 | 0.73 | 0.05 | 41.02 | 0.87 | 0.6 |
| Hex | F2 | BA | 41 | 0 | 17 | 49 | 5 | 29 | 57 | 3C |
| Octal | 362 | 272 | 101 | 0 | 27 | 111 | 5 | 51 | 127 | 74 |
| Binary | 11110010 | 10111010 | 1000001 | 0 | 10111 | 1001001 | 101 | 101001 | 1010111 | 111100 |
Color Harmonies of #F2BA41
Complementary color
Monochromatic Colors of #F2BA41
Black with #F2BA41
Text Example
Text Example
White with #F2BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA41; }
p { color: rgb(242,186,65); }
H1.HeaderClassName
{
color: #F2BA41;
}
.AnyTagClassName
{
color: #F2BA41;
}
</style>
background-color css
<style>
a { background-color: #F2BA41; }
a { background-color: rgb(242,186,65); }
div.DivClassName
{
background-color: #F2BA41;
}
.BgClassName
{
background-color: #F2BA41;
}
</style>
border-color css
<style>
span { border-color: #F2BA41; }
span { border-color: rgb(242,186,65); }
td.TdClassName
{
border-color: #F2BA41;
}
.TagClassName
{
border-color: #F2BA41;
}
</style>