Shades of Cream Can #F8C545
Tints of Cream Can #F8C545
RGB
CMYK
RGB Variations
Color information
#F8C545 (or 0xF8C545) is known color: Cream Can. HEX triplet: F8, C5 and 45. RGB value is (248,197,69). Sum of RGB (Red+Green+Blue) = 248+197+69=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C545 is #073ABA. Grayscale: #C6C6C6. Windows color (decimal): -473787 or 4572664. OLE color: 4572664.
HSL color Cylindrical-coordinate representation of color #F8C545: hue angle of 42.91º degrees, saturation: 0.93, 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 #F8C545 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 69 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.03 |
| HSL | 42.91º | 0.93% | 0.62% | - |
| HSV(B) | 42.91º | 0.72% | 0.97% | - |
| XYZ | 59.75 | 60.32 | 14.12 | - |
| YUV | 197.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 69 | 0 | 0.21 | 0.72 | 0.03 | 42.91 | 0.93 | 0.62 |
| Hex | F8 | C5 | 45 | 0 | 15 | 48 | 3 | 2B | 5D | 3E |
| Octal | 370 | 305 | 105 | 0 | 25 | 110 | 3 | 53 | 135 | 76 |
| Binary | 11111000 | 11000101 | 1000101 | 0 | 10101 | 1001000 | 11 | 101011 | 1011101 | 111110 |
Color Harmonies of #F8C545
Complementary color
Monochromatic Colors of #F8C545
Black with #F8C545
Text Example
Text Example
White with #F8C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C545; }
p { color: rgb(248,197,69); }
H1.HeaderClassName
{
color: #F8C545;
}
.AnyTagClassName
{
color: #F8C545;
}
</style>
background-color css
<style>
a { background-color: #F8C545; }
a { background-color: rgb(248,197,69); }
div.DivClassName
{
background-color: #F8C545;
}
.BgClassName
{
background-color: #F8C545;
}
</style>
border-color css
<style>
span { border-color: #F8C545; }
span { border-color: rgb(248,197,69); }
td.TdClassName
{
border-color: #F8C545;
}
.TagClassName
{
border-color: #F8C545;
}
</style>