Shades of Cream Can #F3BD49
Tints of Cream Can #F3BD49
RGB
CMYK
RGB Variations
Color information
#F3BD49 (or 0xF3BD49) is known color: Cream Can. HEX triplet: F3, BD and 49. RGB value is (243,189,73). Sum of RGB (Red+Green+Blue) = 243+189+73=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BD49 is #0C42B6. Grayscale: #C0C0C0. Windows color (decimal): -803511 or 4832755. OLE color: 4832755.
HSL color Cylindrical-coordinate representation of color #F3BD49: hue angle of 40.94º 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 #F3BD49 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 73 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.05 |
| HSL | 40.94º | 0.88% | 0.62% | - |
| HSV(B) | 40.94º | 0.7% | 0.95% | - |
| XYZ | 56.36 | 55.93 | 14.13 | - |
| YUV | 191.92 | 60.89 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 73 | 0 | 0.22 | 0.70 | 0.05 | 40.94 | 0.88 | 0.62 |
| Hex | F3 | BD | 49 | 0 | 16 | 46 | 5 | 29 | 58 | 3E |
| Octal | 363 | 275 | 111 | 0 | 26 | 106 | 5 | 51 | 130 | 76 |
| Binary | 11110011 | 10111101 | 1001001 | 0 | 10110 | 1000110 | 101 | 101001 | 1011000 | 111110 |
Color Harmonies of #F3BD49
Complementary color
Monochromatic Colors of #F3BD49
Black with #F3BD49
Text Example
Text Example
White with #F3BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BD49; }
p { color: rgb(243,189,73); }
H1.HeaderClassName
{
color: #F3BD49;
}
.AnyTagClassName
{
color: #F3BD49;
}
</style>
background-color css
<style>
a { background-color: #F3BD49; }
a { background-color: rgb(243,189,73); }
div.DivClassName
{
background-color: #F3BD49;
}
.BgClassName
{
background-color: #F3BD49;
}
</style>
border-color css
<style>
span { border-color: #F3BD49; }
span { border-color: rgb(243,189,73); }
td.TdClassName
{
border-color: #F3BD49;
}
.TagClassName
{
border-color: #F3BD49;
}
</style>