Shades of Cream Can #F2BF53
Tints of Cream Can #F2BF53
RGB
CMYK
RGB Variations
Color information
#F2BF53 (or 0xF2BF53) is known color: Cream Can. HEX triplet: F2, BF and 53. RGB value is (242,191,83). Sum of RGB (Red+Green+Blue) = 242+191+83=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF53 is #0D40AC. Grayscale: #C2C2C2. Windows color (decimal): -868525 or 5488626. OLE color: 5488626.
HSL color Cylindrical-coordinate representation of color #F2BF53: hue angle of 40.75º 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 #F2BF53 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 83 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.05 |
| HSL | 40.75º | 0.86% | 0.64% | - |
| HSV(B) | 40.75º | 0.66% | 0.95% | - |
| XYZ | 56.81 | 56.76 | 16.15 | - |
| YUV | 193.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 83 | 0 | 0.21 | 0.66 | 0.05 | 40.75 | 0.86 | 0.64 |
| Hex | F2 | BF | 53 | 0 | 15 | 42 | 5 | 29 | 56 | 40 |
| Octal | 362 | 277 | 123 | 0 | 25 | 102 | 5 | 51 | 126 | 100 |
| Binary | 11110010 | 10111111 | 1010011 | 0 | 10101 | 1000010 | 101 | 101001 | 1010110 | 1000000 |
Color Harmonies of #F2BF53
Complementary color
Monochromatic Colors of #F2BF53
Black with #F2BF53
Text Example
Text Example
White with #F2BF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF53; }
p { color: rgb(242,191,83); }
H1.HeaderClassName
{
color: #F2BF53;
}
.AnyTagClassName
{
color: #F2BF53;
}
</style>
background-color css
<style>
a { background-color: #F2BF53; }
a { background-color: rgb(242,191,83); }
div.DivClassName
{
background-color: #F2BF53;
}
.BgClassName
{
background-color: #F2BF53;
}
</style>
border-color css
<style>
span { border-color: #F2BF53; }
span { border-color: rgb(242,191,83); }
td.TdClassName
{
border-color: #F2BF53;
}
.TagClassName
{
border-color: #F2BF53;
}
</style>