Shades of Cream Can #F5C14D
Tints of Cream Can #F5C14D
RGB
CMYK
RGB Variations
Color information
#F5C14D (or 0xF5C14D) is known color: Cream Can. HEX triplet: F5, C1 and 4D. RGB value is (245,193,77). Sum of RGB (Red+Green+Blue) = 245+193+77=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C14D is #0A3EB2. Grayscale: #C3C3C3. Windows color (decimal): -671411 or 5095925. OLE color: 5095925.
HSL color Cylindrical-coordinate representation of color #F5C14D: hue angle of 41.43º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5C14D is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 77 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.04 |
| HSL | 41.43º | 0.89% | 0.63% | - |
| HSV(B) | 41.43º | 0.69% | 0.96% | - |
| XYZ | 58.07 | 58.09 | 15.17 | - |
| YUV | 195.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 77 | 0 | 0.21 | 0.69 | 0.04 | 41.43 | 0.89 | 0.63 |
| Hex | F5 | C1 | 4D | 0 | 15 | 45 | 4 | 29 | 59 | 3F |
| Octal | 365 | 301 | 115 | 0 | 25 | 105 | 4 | 51 | 131 | 77 |
| Binary | 11110101 | 11000001 | 1001101 | 0 | 10101 | 1000101 | 100 | 101001 | 1011001 | 111111 |
Color Harmonies of #F5C14D
Complementary color
Monochromatic Colors of #F5C14D
Black with #F5C14D
Text Example
Text Example
White with #F5C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C14D; }
p { color: rgb(245,193,77); }
H1.HeaderClassName
{
color: #F5C14D;
}
.AnyTagClassName
{
color: #F5C14D;
}
</style>
background-color css
<style>
a { background-color: #F5C14D; }
a { background-color: rgb(245,193,77); }
div.DivClassName
{
background-color: #F5C14D;
}
.BgClassName
{
background-color: #F5C14D;
}
</style>
border-color css
<style>
span { border-color: #F5C14D; }
span { border-color: rgb(245,193,77); }
td.TdClassName
{
border-color: #F5C14D;
}
.TagClassName
{
border-color: #F5C14D;
}
</style>