Shades of Cream Can #F8C645
Tints of Cream Can #F8C645
RGB
CMYK
RGB Variations
Color information
#F8C645 (or 0xF8C645) is known color: Cream Can. HEX triplet: F8, C6 and 45. RGB value is (248,198,69). Sum of RGB (Red+Green+Blue) = 248+198+69=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C645 is #0739BA. Grayscale: #C6C6C6. Windows color (decimal): -473531 or 4572920. OLE color: 4572920.
HSL color Cylindrical-coordinate representation of color #F8C645: hue angle of 43.24º 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 #F8C645 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 69 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.03 |
| HSL | 43.24º | 0.93% | 0.62% | - |
| HSV(B) | 43.24º | 0.72% | 0.97% | - |
| XYZ | 59.98 | 60.77 | 14.2 | - |
| YUV | 198.24 | 55.07 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 69 | 0 | 0.20 | 0.72 | 0.03 | 43.24 | 0.93 | 0.62 |
| Hex | F8 | C6 | 45 | 0 | 14 | 48 | 3 | 2B | 5D | 3E |
| Octal | 370 | 306 | 105 | 0 | 24 | 110 | 3 | 53 | 135 | 76 |
| Binary | 11111000 | 11000110 | 1000101 | 0 | 10100 | 1001000 | 11 | 101011 | 1011101 | 111110 |
Color Harmonies of #F8C645
Complementary color
Monochromatic Colors of #F8C645
Black with #F8C645
Text Example
Text Example
White with #F8C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C645; }
p { color: rgb(248,198,69); }
H1.HeaderClassName
{
color: #F8C645;
}
.AnyTagClassName
{
color: #F8C645;
}
</style>
background-color css
<style>
a { background-color: #F8C645; }
a { background-color: rgb(248,198,69); }
div.DivClassName
{
background-color: #F8C645;
}
.BgClassName
{
background-color: #F8C645;
}
</style>
border-color css
<style>
span { border-color: #F8C645; }
span { border-color: rgb(248,198,69); }
td.TdClassName
{
border-color: #F8C645;
}
.TagClassName
{
border-color: #F8C645;
}
</style>