Shades of Cream Can #F5C45B
Tints of Cream Can #F5C45B
RGB
CMYK
RGB Variations
Color information
#F5C45B (or 0xF5C45B) is known color: Cream Can. HEX triplet: F5, C4 and 5B. RGB value is (245,196,91). Sum of RGB (Red+Green+Blue) = 245+196+91=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C45B is #0A3BA4. Grayscale: #C7C7C7. Windows color (decimal): -670629 or 6014197. OLE color: 6014197.
HSL color Cylindrical-coordinate representation of color #F5C45B: hue angle of 40.91º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5C45B is Cyan = 0, Magento = 0.2, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 91 | - |
| CMYK | 0 | 0.2 | 0.63 | 0.04 |
| HSL | 40.91º | 0.89% | 0.66% | - |
| HSV(B) | 40.91º | 0.63% | 0.96% | - |
| XYZ | 59.28 | 59.65 | 18.29 | - |
| YUV | 198.68 | 67.23 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 91 | 0 | 0.2 | 0.63 | 0.04 | 40.91 | 0.89 | 0.66 |
| Hex | F5 | C4 | 5B | 0 | 14 | 3F | 4 | 29 | 59 | 42 |
| Octal | 365 | 304 | 133 | 0 | 24 | 77 | 4 | 51 | 131 | 102 |
| Binary | 11110101 | 11000100 | 1011011 | 0 | 10100 | 111111 | 100 | 101001 | 1011001 | 1000010 |
Color Harmonies of #F5C45B
Complementary color
Monochromatic Colors of #F5C45B
Black with #F5C45B
Text Example
Text Example
White with #F5C45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C45B; }
p { color: rgb(245,196,91); }
H1.HeaderClassName
{
color: #F5C45B;
}
.AnyTagClassName
{
color: #F5C45B;
}
</style>
background-color css
<style>
a { background-color: #F5C45B; }
a { background-color: rgb(245,196,91); }
div.DivClassName
{
background-color: #F5C45B;
}
.BgClassName
{
background-color: #F5C45B;
}
</style>
border-color css
<style>
span { border-color: #F5C45B; }
span { border-color: rgb(245,196,91); }
td.TdClassName
{
border-color: #F5C45B;
}
.TagClassName
{
border-color: #F5C45B;
}
</style>