Shades of Cream Can #F3BD59
Tints of Cream Can #F3BD59
RGB
CMYK
RGB Variations
Color information
#F3BD59 (or 0xF3BD59) is known color: Cream Can. HEX triplet: F3, BD and 59. RGB value is (243,189,89). Sum of RGB (Red+Green+Blue) = 243+189+89=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD59 is #0C42A6. Grayscale: #C2C2C2. Windows color (decimal): -803495 or 5881331. OLE color: 5881331.
HSL color Cylindrical-coordinate representation of color #F3BD59: hue angle of 38.96º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3BD59 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 89 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.05 |
| HSL | 38.96º | 0.87% | 0.65% | - |
| HSV(B) | 38.96º | 0.63% | 0.95% | - |
| XYZ | 56.96 | 56.17 | 17.29 | - |
| YUV | 193.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 89 | 0 | 0.22 | 0.63 | 0.05 | 38.96 | 0.87 | 0.65 |
| Hex | F3 | BD | 59 | 0 | 16 | 3F | 5 | 27 | 57 | 41 |
| Octal | 363 | 275 | 131 | 0 | 26 | 77 | 5 | 47 | 127 | 101 |
| Binary | 11110011 | 10111101 | 1011001 | 0 | 10110 | 111111 | 101 | 100111 | 1010111 | 1000001 |
Color Harmonies of #F3BD59
Complementary color
Monochromatic Colors of #F3BD59
Black with #F3BD59
Text Example
Text Example
White with #F3BD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BD59; }
p { color: rgb(243,189,89); }
H1.HeaderClassName
{
color: #F3BD59;
}
.AnyTagClassName
{
color: #F3BD59;
}
</style>
background-color css
<style>
a { background-color: #F3BD59; }
a { background-color: rgb(243,189,89); }
div.DivClassName
{
background-color: #F3BD59;
}
.BgClassName
{
background-color: #F3BD59;
}
</style>
border-color css
<style>
span { border-color: #F3BD59; }
span { border-color: rgb(243,189,89); }
td.TdClassName
{
border-color: #F3BD59;
}
.TagClassName
{
border-color: #F3BD59;
}
</style>