Shades of Cream Can #F2BD53
Tints of Cream Can #F2BD53
RGB
CMYK
RGB Variations
Color information
#F2BD53 (or 0xF2BD53) is known color: Cream Can. HEX triplet: F2, BD and 53. RGB value is (242,189,83). Sum of RGB (Red+Green+Blue) = 242+189+83=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD53 is #0D42AC. Grayscale: #C1C1C1. Windows color (decimal): -869037 or 5488114. OLE color: 5488114.
HSL color Cylindrical-coordinate representation of color #F2BD53: hue angle of 40º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2BD53 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 83 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.05 |
| HSL | 40º | 0.86% | 0.64% | - |
| HSV(B) | 40º | 0.66% | 0.95% | - |
| XYZ | 56.38 | 55.9 | 16 | - |
| YUV | 192.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 83 | 0 | 0.22 | 0.66 | 0.05 | 40 | 0.86 | 0.64 |
| Hex | F2 | BD | 53 | 0 | 16 | 42 | 5 | 28 | 56 | 40 |
| Octal | 362 | 275 | 123 | 0 | 26 | 102 | 5 | 50 | 126 | 100 |
| Binary | 11110010 | 10111101 | 1010011 | 0 | 10110 | 1000010 | 101 | 101000 | 1010110 | 1000000 |
Color Harmonies of #F2BD53
Complementary color
Monochromatic Colors of #F2BD53
Black with #F2BD53
Text Example
Text Example
White with #F2BD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD53; }
p { color: rgb(242,189,83); }
H1.HeaderClassName
{
color: #F2BD53;
}
.AnyTagClassName
{
color: #F2BD53;
}
</style>
background-color css
<style>
a { background-color: #F2BD53; }
a { background-color: rgb(242,189,83); }
div.DivClassName
{
background-color: #F2BD53;
}
.BgClassName
{
background-color: #F2BD53;
}
</style>
border-color css
<style>
span { border-color: #F2BD53; }
span { border-color: rgb(242,189,83); }
td.TdClassName
{
border-color: #F2BD53;
}
.TagClassName
{
border-color: #F2BD53;
}
</style>