Shades of Cream Can #F2BD5E
Tints of Cream Can #F2BD5E
RGB
CMYK
RGB Variations
Color information
#F2BD5E (or 0xF2BD5E) is known color: Cream Can. HEX triplet: F2, BD and 5E. RGB value is (242,189,94). Sum of RGB (Red+Green+Blue) = 242+189+94=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD5E is #0D42A1. Grayscale: #C2C2C2. Windows color (decimal): -869026 or 6209010. OLE color: 6209010.
HSL color Cylindrical-coordinate representation of color #F2BD5E: hue angle of 38.51º 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 #F2BD5E is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 94 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.05 |
| HSL | 38.51º | 0.85% | 0.66% | - |
| HSV(B) | 38.51º | 0.61% | 0.95% | - |
| XYZ | 56.84 | 56.08 | 18.42 | - |
| YUV | 194.02 | 71.56 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 94 | 0 | 0.22 | 0.61 | 0.05 | 38.51 | 0.85 | 0.66 |
| Hex | F2 | BD | 5E | 0 | 16 | 3D | 5 | 27 | 55 | 42 |
| Octal | 362 | 275 | 136 | 0 | 26 | 75 | 5 | 47 | 125 | 102 |
| Binary | 11110010 | 10111101 | 1011110 | 0 | 10110 | 111101 | 101 | 100111 | 1010101 | 1000010 |
Color Harmonies of #F2BD5E
Complementary color
Monochromatic Colors of #F2BD5E
Black with #F2BD5E
Text Example
Text Example
White with #F2BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD5E; }
p { color: rgb(242,189,94); }
H1.HeaderClassName
{
color: #F2BD5E;
}
.AnyTagClassName
{
color: #F2BD5E;
}
</style>
background-color css
<style>
a { background-color: #F2BD5E; }
a { background-color: rgb(242,189,94); }
div.DivClassName
{
background-color: #F2BD5E;
}
.BgClassName
{
background-color: #F2BD5E;
}
</style>
border-color css
<style>
span { border-color: #F2BD5E; }
span { border-color: rgb(242,189,94); }
td.TdClassName
{
border-color: #F2BD5E;
}
.TagClassName
{
border-color: #F2BD5E;
}
</style>