Shades of Cream Can #F3BA4A
Tints of Cream Can #F3BA4A
RGB
CMYK
RGB Variations
Color information
#F3BA4A (or 0xF3BA4A) is known color: Cream Can. HEX triplet: F3, BA and 4A. RGB value is (243,186,74). Sum of RGB (Red+Green+Blue) = 243+186+74=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BA4A is #0C45B5. Grayscale: #BEBEBE. Windows color (decimal): -804278 or 4897523. OLE color: 4897523.
HSL color Cylindrical-coordinate representation of color #F3BA4A: hue angle of 39.76º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F3BA4A is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 74 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.05 |
| HSL | 39.76º | 0.88% | 0.62% | - |
| HSV(B) | 39.76º | 0.7% | 0.95% | - |
| XYZ | 55.76 | 54.67 | 14.09 | - |
| YUV | 190.28 | 62.38 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 74 | 0 | 0.23 | 0.70 | 0.05 | 39.76 | 0.88 | 0.62 |
| Hex | F3 | BA | 4A | 0 | 17 | 46 | 5 | 28 | 58 | 3E |
| Octal | 363 | 272 | 112 | 0 | 27 | 106 | 5 | 50 | 130 | 76 |
| Binary | 11110011 | 10111010 | 1001010 | 0 | 10111 | 1000110 | 101 | 101000 | 1011000 | 111110 |
Color Harmonies of #F3BA4A
Complementary color
Monochromatic Colors of #F3BA4A
Black with #F3BA4A
Text Example
Text Example
White with #F3BA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA4A; }
p { color: rgb(243,186,74); }
H1.HeaderClassName
{
color: #F3BA4A;
}
.AnyTagClassName
{
color: #F3BA4A;
}
</style>
background-color css
<style>
a { background-color: #F3BA4A; }
a { background-color: rgb(243,186,74); }
div.DivClassName
{
background-color: #F3BA4A;
}
.BgClassName
{
background-color: #F3BA4A;
}
</style>
border-color css
<style>
span { border-color: #F3BA4A; }
span { border-color: rgb(243,186,74); }
td.TdClassName
{
border-color: #F3BA4A;
}
.TagClassName
{
border-color: #F3BA4A;
}
</style>