Shades of Cream Can #F7BC45
Tints of Cream Can #F7BC45
RGB
CMYK
RGB Variations
Color information
#F7BC45 (or 0xF7BC45) is known color: Cream Can. HEX triplet: F7, BC and 45. RGB value is (247,188,69). Sum of RGB (Red+Green+Blue) = 247+188+69=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BC45 is #0843BA. Grayscale: #C0C0C0. Windows color (decimal): -541627 or 4570359. OLE color: 4570359.
HSL color Cylindrical-coordinate representation of color #F7BC45: hue angle of 40.11º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7BC45 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 69 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.03 |
| HSL | 40.11º | 0.92% | 0.62% | - |
| HSV(B) | 40.11º | 0.72% | 0.97% | - |
| XYZ | 57.42 | 56.17 | 13.45 | - |
| YUV | 192.08 | 58.55 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 69 | 0 | 0.24 | 0.72 | 0.03 | 40.11 | 0.92 | 0.62 |
| Hex | F7 | BC | 45 | 0 | 18 | 48 | 3 | 28 | 5C | 3E |
| Octal | 367 | 274 | 105 | 0 | 30 | 110 | 3 | 50 | 134 | 76 |
| Binary | 11110111 | 10111100 | 1000101 | 0 | 11000 | 1001000 | 11 | 101000 | 1011100 | 111110 |
Color Harmonies of #F7BC45
Complementary color
Monochromatic Colors of #F7BC45
Black with #F7BC45
Text Example
Text Example
White with #F7BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BC45; }
p { color: rgb(247,188,69); }
H1.HeaderClassName
{
color: #F7BC45;
}
.AnyTagClassName
{
color: #F7BC45;
}
</style>
background-color css
<style>
a { background-color: #F7BC45; }
a { background-color: rgb(247,188,69); }
div.DivClassName
{
background-color: #F7BC45;
}
.BgClassName
{
background-color: #F7BC45;
}
</style>
border-color css
<style>
span { border-color: #F7BC45; }
span { border-color: rgb(247,188,69); }
td.TdClassName
{
border-color: #F7BC45;
}
.TagClassName
{
border-color: #F7BC45;
}
</style>