Shades of Cream Can #F5C55C
Tints of Cream Can #F5C55C
RGB
CMYK
RGB Variations
Color information
#F5C55C (or 0xF5C55C) is known color: Cream Can. HEX triplet: F5, C5 and 5C. RGB value is (245,197,92). Sum of RGB (Red+Green+Blue) = 245+197+92=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C55C is #0A3AA3. Grayscale: #C7C7C7. Windows color (decimal): -670372 or 6079989. OLE color: 6079989.
HSL color Cylindrical-coordinate representation of color #F5C55C: hue angle of 41.18º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5C55C is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 197 | 92 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.04 |
| HSL | 41.18º | 0.88% | 0.66% | - |
| HSV(B) | 41.18º | 0.62% | 0.96% | - |
| XYZ | 59.55 | 60.12 | 18.59 | - |
| YUV | 199.38 | 67.4 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 197 | 92 | 0 | 0.20 | 0.62 | 0.04 | 41.18 | 0.88 | 0.66 |
| Hex | F5 | C5 | 5C | 0 | 14 | 3E | 4 | 29 | 58 | 42 |
| Octal | 365 | 305 | 134 | 0 | 24 | 76 | 4 | 51 | 130 | 102 |
| Binary | 11110101 | 11000101 | 1011100 | 0 | 10100 | 111110 | 100 | 101001 | 1011000 | 1000010 |
Color Harmonies of #F5C55C
Complementary color
Monochromatic Colors of #F5C55C
Black with #F5C55C
Text Example
Text Example
White with #F5C55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C55C; }
p { color: rgb(245,197,92); }
H1.HeaderClassName
{
color: #F5C55C;
}
.AnyTagClassName
{
color: #F5C55C;
}
</style>
background-color css
<style>
a { background-color: #F5C55C; }
a { background-color: rgb(245,197,92); }
div.DivClassName
{
background-color: #F5C55C;
}
.BgClassName
{
background-color: #F5C55C;
}
</style>
border-color css
<style>
span { border-color: #F5C55C; }
span { border-color: rgb(245,197,92); }
td.TdClassName
{
border-color: #F5C55C;
}
.TagClassName
{
border-color: #F5C55C;
}
</style>