Shades of Cream Can #F3BA47
Tints of Cream Can #F3BA47
RGB
CMYK
RGB Variations
Color information
#F3BA47 (or 0xF3BA47) is known color: Cream Can. HEX triplet: F3, BA and 47. RGB value is (243,186,71). Sum of RGB (Red+Green+Blue) = 243+186+71=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BA47 is #0C45B8. Grayscale: #BEBEBE. Windows color (decimal): -804281 or 4700915. OLE color: 4700915.
HSL color Cylindrical-coordinate representation of color #F3BA47: hue angle of 40.12º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3BA47 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 71 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.05 |
| HSL | 40.12º | 0.88% | 0.62% | - |
| HSV(B) | 40.12º | 0.71% | 0.95% | - |
| XYZ | 55.66 | 54.63 | 13.57 | - |
| YUV | 189.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 71 | 0 | 0.23 | 0.71 | 0.05 | 40.12 | 0.88 | 0.62 |
| Hex | F3 | BA | 47 | 0 | 17 | 47 | 5 | 28 | 58 | 3E |
| Octal | 363 | 272 | 107 | 0 | 27 | 107 | 5 | 50 | 130 | 76 |
| Binary | 11110011 | 10111010 | 1000111 | 0 | 10111 | 1000111 | 101 | 101000 | 1011000 | 111110 |
Color Harmonies of #F3BA47
Complementary color
Monochromatic Colors of #F3BA47
Black with #F3BA47
Text Example
Text Example
White with #F3BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA47; }
p { color: rgb(243,186,71); }
H1.HeaderClassName
{
color: #F3BA47;
}
.AnyTagClassName
{
color: #F3BA47;
}
</style>
background-color css
<style>
a { background-color: #F3BA47; }
a { background-color: rgb(243,186,71); }
div.DivClassName
{
background-color: #F3BA47;
}
.BgClassName
{
background-color: #F3BA47;
}
</style>
border-color css
<style>
span { border-color: #F3BA47; }
span { border-color: rgb(243,186,71); }
td.TdClassName
{
border-color: #F3BA47;
}
.TagClassName
{
border-color: #F3BA47;
}
</style>