Shades of Cream Can #F5C148
Tints of Cream Can #F5C148
RGB
CMYK
RGB Variations
Color information
#F5C148 (or 0xF5C148) is known color: Cream Can. HEX triplet: F5, C1 and 48. RGB value is (245,193,72). Sum of RGB (Red+Green+Blue) = 245+193+72=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C148 is #0A3EB7. Grayscale: #C3C3C3. Windows color (decimal): -671416 or 4768245. OLE color: 4768245.
HSL color Cylindrical-coordinate representation of color #F5C148: hue angle of 41.97º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5C148 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 72 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.04 |
| HSL | 41.97º | 0.9% | 0.62% | - |
| HSV(B) | 41.97º | 0.71% | 0.96% | - |
| XYZ | 57.9 | 58.02 | 14.28 | - |
| YUV | 194.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 72 | 0 | 0.21 | 0.71 | 0.04 | 41.97 | 0.9 | 0.62 |
| Hex | F5 | C1 | 48 | 0 | 15 | 47 | 4 | 2A | 5A | 3E |
| Octal | 365 | 301 | 110 | 0 | 25 | 107 | 4 | 52 | 132 | 76 |
| Binary | 11110101 | 11000001 | 1001000 | 0 | 10101 | 1000111 | 100 | 101010 | 1011010 | 111110 |
Color Harmonies of #F5C148
Complementary color
Monochromatic Colors of #F5C148
Black with #F5C148
Text Example
Text Example
White with #F5C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C148; }
p { color: rgb(245,193,72); }
H1.HeaderClassName
{
color: #F5C148;
}
.AnyTagClassName
{
color: #F5C148;
}
</style>
background-color css
<style>
a { background-color: #F5C148; }
a { background-color: rgb(245,193,72); }
div.DivClassName
{
background-color: #F5C148;
}
.BgClassName
{
background-color: #F5C148;
}
</style>
border-color css
<style>
span { border-color: #F5C148; }
span { border-color: rgb(245,193,72); }
td.TdClassName
{
border-color: #F5C148;
}
.TagClassName
{
border-color: #F5C148;
}
</style>