Shades of Cream Can #F2BF57
Tints of Cream Can #F2BF57
RGB
CMYK
RGB Variations
Color information
#F2BF57 (or 0xF2BF57) is known color: Cream Can. HEX triplet: F2, BF and 57. RGB value is (242,191,87). Sum of RGB (Red+Green+Blue) = 242+191+87=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF57 is #0D40A8. Grayscale: #C2C2C2. Windows color (decimal): -868521 or 5750770. OLE color: 5750770.
HSL color Cylindrical-coordinate representation of color #F2BF57: hue angle of 40.26º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2BF57 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 87 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.05 |
| HSL | 40.26º | 0.86% | 0.65% | - |
| HSV(B) | 40.26º | 0.64% | 0.95% | - |
| XYZ | 56.97 | 56.83 | 16.98 | - |
| YUV | 194.39 | 67.4 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 87 | 0 | 0.21 | 0.64 | 0.05 | 40.26 | 0.86 | 0.65 |
| Hex | F2 | BF | 57 | 0 | 15 | 40 | 5 | 28 | 56 | 41 |
| Octal | 362 | 277 | 127 | 0 | 25 | 100 | 5 | 50 | 126 | 101 |
| Binary | 11110010 | 10111111 | 1010111 | 0 | 10101 | 1000000 | 101 | 101000 | 1010110 | 1000001 |
Color Harmonies of #F2BF57
Complementary color
Monochromatic Colors of #F2BF57
Black with #F2BF57
Text Example
Text Example
White with #F2BF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF57; }
p { color: rgb(242,191,87); }
H1.HeaderClassName
{
color: #F2BF57;
}
.AnyTagClassName
{
color: #F2BF57;
}
</style>
background-color css
<style>
a { background-color: #F2BF57; }
a { background-color: rgb(242,191,87); }
div.DivClassName
{
background-color: #F2BF57;
}
.BgClassName
{
background-color: #F2BF57;
}
</style>
border-color css
<style>
span { border-color: #F2BF57; }
span { border-color: rgb(242,191,87); }
td.TdClassName
{
border-color: #F2BF57;
}
.TagClassName
{
border-color: #F2BF57;
}
</style>