Shades of Cream Can #F5C461
Tints of Cream Can #F5C461
RGB
CMYK
RGB Variations
Color information
#F5C461 (or 0xF5C461) is known color: Cream Can. HEX triplet: F5, C4 and 61. RGB value is (245,196,97). Sum of RGB (Red+Green+Blue) = 245+196+97=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C461 is #0A3B9E. Grayscale: #C7C7C7. Windows color (decimal): -670623 or 6407413. OLE color: 6407413.
HSL color Cylindrical-coordinate representation of color #F5C461: hue angle of 40.14º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5C461 is Cyan = 0, Magento = 0.2, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 97 | - |
| CMYK | 0 | 0.2 | 0.60 | 0.04 |
| HSL | 40.14º | 0.88% | 0.67% | - |
| HSV(B) | 40.14º | 0.6% | 0.96% | - |
| XYZ | 59.55 | 59.76 | 19.7 | - |
| YUV | 199.37 | 70.23 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 97 | 0 | 0.2 | 0.60 | 0.04 | 40.14 | 0.88 | 0.67 |
| Hex | F5 | C4 | 61 | 0 | 14 | 3C | 4 | 28 | 58 | 43 |
| Octal | 365 | 304 | 141 | 0 | 24 | 74 | 4 | 50 | 130 | 103 |
| Binary | 11110101 | 11000100 | 1100001 | 0 | 10100 | 111100 | 100 | 101000 | 1011000 | 1000011 |
Color Harmonies of #F5C461
Complementary color
Monochromatic Colors of #F5C461
Black with #F5C461
Text Example
Text Example
White with #F5C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C461; }
p { color: rgb(245,196,97); }
H1.HeaderClassName
{
color: #F5C461;
}
.AnyTagClassName
{
color: #F5C461;
}
</style>
background-color css
<style>
a { background-color: #F5C461; }
a { background-color: rgb(245,196,97); }
div.DivClassName
{
background-color: #F5C461;
}
.BgClassName
{
background-color: #F5C461;
}
</style>
border-color css
<style>
span { border-color: #F5C461; }
span { border-color: rgb(245,196,97); }
td.TdClassName
{
border-color: #F5C461;
}
.TagClassName
{
border-color: #F5C461;
}
</style>