Shades of Cream Can #F2BD59
Tints of Cream Can #F2BD59
RGB
CMYK
RGB Variations
Color information
#F2BD59 (or 0xF2BD59) is known color: Cream Can. HEX triplet: F2, BD and 59. RGB value is (242,189,89). Sum of RGB (Red+Green+Blue) = 242+189+89=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD59 is #0D42A6. Grayscale: #C1C1C1. Windows color (decimal): -869031 or 5881330. OLE color: 5881330.
HSL color Cylindrical-coordinate representation of color #F2BD59: hue angle of 39.22º degrees, saturation: 0.85, 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 #F2BD59 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 89 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.05 |
| HSL | 39.22º | 0.85% | 0.65% | - |
| HSV(B) | 39.22º | 0.63% | 0.95% | - |
| XYZ | 56.62 | 55.99 | 17.27 | - |
| YUV | 193.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 89 | 0 | 0.22 | 0.63 | 0.05 | 39.22 | 0.85 | 0.65 |
| Hex | F2 | BD | 59 | 0 | 16 | 3F | 5 | 27 | 55 | 41 |
| Octal | 362 | 275 | 131 | 0 | 26 | 77 | 5 | 47 | 125 | 101 |
| Binary | 11110010 | 10111101 | 1011001 | 0 | 10110 | 111111 | 101 | 100111 | 1010101 | 1000001 |
Color Harmonies of #F2BD59
Complementary color
Monochromatic Colors of #F2BD59
Black with #F2BD59
Text Example
Text Example
White with #F2BD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD59; }
p { color: rgb(242,189,89); }
H1.HeaderClassName
{
color: #F2BD59;
}
.AnyTagClassName
{
color: #F2BD59;
}
</style>
background-color css
<style>
a { background-color: #F2BD59; }
a { background-color: rgb(242,189,89); }
div.DivClassName
{
background-color: #F2BD59;
}
.BgClassName
{
background-color: #F2BD59;
}
</style>
border-color css
<style>
span { border-color: #F2BD59; }
span { border-color: rgb(242,189,89); }
td.TdClassName
{
border-color: #F2BD59;
}
.TagClassName
{
border-color: #F2BD59;
}
</style>