Shades of Cream Can #F2BF5F
Tints of Cream Can #F2BF5F
RGB
CMYK
RGB Variations
Color information
#F2BF5F (or 0xF2BF5F) is known color: Cream Can. HEX triplet: F2, BF and 5F. RGB value is (242,191,95). Sum of RGB (Red+Green+Blue) = 242+191+95=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF5F is #0D40A0. Grayscale: #C3C3C3. Windows color (decimal): -868513 or 6275058. OLE color: 6275058.
HSL color Cylindrical-coordinate representation of color #F2BF5F: hue angle of 39.18º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2BF5F is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 95 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.05 |
| HSL | 39.18º | 0.85% | 0.66% | - |
| HSV(B) | 39.18º | 0.61% | 0.95% | - |
| XYZ | 57.31 | 56.97 | 18.8 | - |
| YUV | 195.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 95 | 0 | 0.21 | 0.61 | 0.05 | 39.18 | 0.85 | 0.66 |
| Hex | F2 | BF | 5F | 0 | 15 | 3D | 5 | 27 | 55 | 42 |
| Octal | 362 | 277 | 137 | 0 | 25 | 75 | 5 | 47 | 125 | 102 |
| Binary | 11110010 | 10111111 | 1011111 | 0 | 10101 | 111101 | 101 | 100111 | 1010101 | 1000010 |
Color Harmonies of #F2BF5F
Complementary color
Monochromatic Colors of #F2BF5F
Black with #F2BF5F
Text Example
Text Example
White with #F2BF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF5F; }
p { color: rgb(242,191,95); }
H1.HeaderClassName
{
color: #F2BF5F;
}
.AnyTagClassName
{
color: #F2BF5F;
}
</style>
background-color css
<style>
a { background-color: #F2BF5F; }
a { background-color: rgb(242,191,95); }
div.DivClassName
{
background-color: #F2BF5F;
}
.BgClassName
{
background-color: #F2BF5F;
}
</style>
border-color css
<style>
span { border-color: #F2BF5F; }
span { border-color: rgb(242,191,95); }
td.TdClassName
{
border-color: #F2BF5F;
}
.TagClassName
{
border-color: #F2BF5F;
}
</style>