Shades of Cream Can #F8C745
Tints of Cream Can #F8C745
RGB
CMYK
RGB Variations
Color information
#F8C745 (or 0xF8C745) is known color: Cream Can. HEX triplet: F8, C7 and 45. RGB value is (248,199,69). Sum of RGB (Red+Green+Blue) = 248+199+69=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C745 is #0738BA. Grayscale: #C7C7C7. Windows color (decimal): -473275 or 4573176. OLE color: 4573176.
HSL color Cylindrical-coordinate representation of color #F8C745: hue angle of 43.58º 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 #F8C745 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 69 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.03 |
| HSL | 43.58º | 0.93% | 0.62% | - |
| HSV(B) | 43.58º | 0.72% | 0.97% | - |
| XYZ | 60.21 | 61.23 | 14.28 | - |
| YUV | 198.83 | 54.73 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 69 | 0 | 0.20 | 0.72 | 0.03 | 43.58 | 0.93 | 0.62 |
| Hex | F8 | C7 | 45 | 0 | 14 | 48 | 3 | 2C | 5D | 3E |
| Octal | 370 | 307 | 105 | 0 | 24 | 110 | 3 | 54 | 135 | 76 |
| Binary | 11111000 | 11000111 | 1000101 | 0 | 10100 | 1001000 | 11 | 101100 | 1011101 | 111110 |
Color Harmonies of #F8C745
Complementary color
Monochromatic Colors of #F8C745
Black with #F8C745
Text Example
Text Example
White with #F8C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C745; }
p { color: rgb(248,199,69); }
H1.HeaderClassName
{
color: #F8C745;
}
.AnyTagClassName
{
color: #F8C745;
}
</style>
background-color css
<style>
a { background-color: #F8C745; }
a { background-color: rgb(248,199,69); }
div.DivClassName
{
background-color: #F8C745;
}
.BgClassName
{
background-color: #F8C745;
}
</style>
border-color css
<style>
span { border-color: #F8C745; }
span { border-color: rgb(248,199,69); }
td.TdClassName
{
border-color: #F8C745;
}
.TagClassName
{
border-color: #F8C745;
}
</style>