Shades of Cream Can #F8C445
Tints of Cream Can #F8C445
RGB
CMYK
RGB Variations
Color information
#F8C445 (or 0xF8C445) is known color: Cream Can. HEX triplet: F8, C4 and 45. RGB value is (248,196,69). Sum of RGB (Red+Green+Blue) = 248+196+69=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C445 is #073BBA. Grayscale: #C5C5C5. Windows color (decimal): -474043 or 4572408. OLE color: 4572408.
HSL color Cylindrical-coordinate representation of color #F8C445: hue angle of 42.57º 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 #F8C445 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 69 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.03 |
| HSL | 42.57º | 0.93% | 0.62% | - |
| HSV(B) | 42.57º | 0.72% | 0.97% | - |
| XYZ | 59.53 | 59.87 | 14.05 | - |
| YUV | 197.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 69 | 0 | 0.21 | 0.72 | 0.03 | 42.57 | 0.93 | 0.62 |
| Hex | F8 | C4 | 45 | 0 | 15 | 48 | 3 | 2B | 5D | 3E |
| Octal | 370 | 304 | 105 | 0 | 25 | 110 | 3 | 53 | 135 | 76 |
| Binary | 11111000 | 11000100 | 1000101 | 0 | 10101 | 1001000 | 11 | 101011 | 1011101 | 111110 |
Color Harmonies of #F8C445
Complementary color
Monochromatic Colors of #F8C445
Black with #F8C445
Text Example
Text Example
White with #F8C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C445; }
p { color: rgb(248,196,69); }
H1.HeaderClassName
{
color: #F8C445;
}
.AnyTagClassName
{
color: #F8C445;
}
</style>
background-color css
<style>
a { background-color: #F8C445; }
a { background-color: rgb(248,196,69); }
div.DivClassName
{
background-color: #F8C445;
}
.BgClassName
{
background-color: #F8C445;
}
</style>
border-color css
<style>
span { border-color: #F8C445; }
span { border-color: rgb(248,196,69); }
td.TdClassName
{
border-color: #F8C445;
}
.TagClassName
{
border-color: #F8C445;
}
</style>