Shades of Cream Can #F3BA42
Tints of Cream Can #F3BA42
RGB
CMYK
RGB Variations
Color information
#F3BA42 (or 0xF3BA42) is known color: Cream Can. HEX triplet: F3, BA and 42. RGB value is (243,186,66). Sum of RGB (Red+Green+Blue) = 243+186+66=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BA42 is #0C45BD. Grayscale: #BDBDBD. Windows color (decimal): -804286 or 4373235. OLE color: 4373235.
HSL color Cylindrical-coordinate representation of color #F3BA42: hue angle of 40.68º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3BA42 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 66 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.05 |
| HSL | 40.68º | 0.88% | 0.61% | - |
| HSV(B) | 40.68º | 0.73% | 0.95% | - |
| XYZ | 55.5 | 54.57 | 12.76 | - |
| YUV | 189.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 66 | 0 | 0.23 | 0.73 | 0.05 | 40.68 | 0.88 | 0.61 |
| Hex | F3 | BA | 42 | 0 | 17 | 49 | 5 | 29 | 58 | 3D |
| Octal | 363 | 272 | 102 | 0 | 27 | 111 | 5 | 51 | 130 | 75 |
| Binary | 11110011 | 10111010 | 1000010 | 0 | 10111 | 1001001 | 101 | 101001 | 1011000 | 111101 |
Color Harmonies of #F3BA42
Complementary color
Monochromatic Colors of #F3BA42
Black with #F3BA42
Text Example
Text Example
White with #F3BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA42; }
p { color: rgb(243,186,66); }
H1.HeaderClassName
{
color: #F3BA42;
}
.AnyTagClassName
{
color: #F3BA42;
}
</style>
background-color css
<style>
a { background-color: #F3BA42; }
a { background-color: rgb(243,186,66); }
div.DivClassName
{
background-color: #F3BA42;
}
.BgClassName
{
background-color: #F3BA42;
}
</style>
border-color css
<style>
span { border-color: #F3BA42; }
span { border-color: rgb(243,186,66); }
td.TdClassName
{
border-color: #F3BA42;
}
.TagClassName
{
border-color: #F3BA42;
}
</style>