Shades of Cream Can #F2BE47
Tints of Cream Can #F2BE47
RGB
CMYK
RGB Variations
Color information
#F2BE47 (or 0xF2BE47) is known color: Cream Can. HEX triplet: F2, BE and 47. RGB value is (242,190,71). Sum of RGB (Red+Green+Blue) = 242+190+71=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BE47 is #0D41B8. Grayscale: #C0C0C0. Windows color (decimal): -868793 or 4701938. OLE color: 4701938.
HSL color Cylindrical-coordinate representation of color #F2BE47: hue angle of 41.75º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2BE47 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 71 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.05 |
| HSL | 41.75º | 0.87% | 0.61% | - |
| HSV(B) | 41.75º | 0.71% | 0.95% | - |
| XYZ | 56.17 | 56.16 | 13.84 | - |
| YUV | 191.98 | 59.73 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 71 | 0 | 0.21 | 0.71 | 0.05 | 41.75 | 0.87 | 0.61 |
| Hex | F2 | BE | 47 | 0 | 15 | 47 | 5 | 2A | 57 | 3D |
| Octal | 362 | 276 | 107 | 0 | 25 | 107 | 5 | 52 | 127 | 75 |
| Binary | 11110010 | 10111110 | 1000111 | 0 | 10101 | 1000111 | 101 | 101010 | 1010111 | 111101 |
Color Harmonies of #F2BE47
Complementary color
Monochromatic Colors of #F2BE47
Black with #F2BE47
Text Example
Text Example
White with #F2BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BE47; }
p { color: rgb(242,190,71); }
H1.HeaderClassName
{
color: #F2BE47;
}
.AnyTagClassName
{
color: #F2BE47;
}
</style>
background-color css
<style>
a { background-color: #F2BE47; }
a { background-color: rgb(242,190,71); }
div.DivClassName
{
background-color: #F2BE47;
}
.BgClassName
{
background-color: #F2BE47;
}
</style>
border-color css
<style>
span { border-color: #F2BE47; }
span { border-color: rgb(242,190,71); }
td.TdClassName
{
border-color: #F2BE47;
}
.TagClassName
{
border-color: #F2BE47;
}
</style>