Shades of Cream Can #F2BC45
Tints of Cream Can #F2BC45
RGB
CMYK
RGB Variations
Color information
#F2BC45 (or 0xF2BC45) is known color: Cream Can. HEX triplet: F2, BC and 45. RGB value is (242,188,69). Sum of RGB (Red+Green+Blue) = 242+188+69=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC45 is #0D43BA. Grayscale: #BFBFBF. Windows color (decimal): -869307 or 4570354. OLE color: 4570354.
HSL color Cylindrical-coordinate representation of color #F2BC45: hue angle of 41.27º 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 #F2BC45 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 69 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.05 |
| HSL | 41.27º | 0.87% | 0.61% | - |
| HSV(B) | 41.27º | 0.71% | 0.95% | - |
| XYZ | 55.68 | 55.27 | 13.36 | - |
| YUV | 190.58 | 59.39 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 69 | 0 | 0.22 | 0.71 | 0.05 | 41.27 | 0.87 | 0.61 |
| Hex | F2 | BC | 45 | 0 | 16 | 47 | 5 | 29 | 57 | 3D |
| Octal | 362 | 274 | 105 | 0 | 26 | 107 | 5 | 51 | 127 | 75 |
| Binary | 11110010 | 10111100 | 1000101 | 0 | 10110 | 1000111 | 101 | 101001 | 1010111 | 111101 |
Color Harmonies of #F2BC45
Complementary color
Monochromatic Colors of #F2BC45
Black with #F2BC45
Text Example
Text Example
White with #F2BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC45; }
p { color: rgb(242,188,69); }
H1.HeaderClassName
{
color: #F2BC45;
}
.AnyTagClassName
{
color: #F2BC45;
}
</style>
background-color css
<style>
a { background-color: #F2BC45; }
a { background-color: rgb(242,188,69); }
div.DivClassName
{
background-color: #F2BC45;
}
.BgClassName
{
background-color: #F2BC45;
}
</style>
border-color css
<style>
span { border-color: #F2BC45; }
span { border-color: rgb(242,188,69); }
td.TdClassName
{
border-color: #F2BC45;
}
.TagClassName
{
border-color: #F2BC45;
}
</style>