Shades of Cream Can #F4C45D
Tints of Cream Can #F4C45D
RGB
CMYK
RGB Variations
Color information
#F4C45D (or 0xF4C45D) is known color: Cream Can. HEX triplet: F4, C4 and 5D. RGB value is (244,196,93). Sum of RGB (Red+Green+Blue) = 244+196+93=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C45D is #0B3BA2. Grayscale: #C7C7C7. Windows color (decimal): -736163 or 6145268. OLE color: 6145268.
HSL color Cylindrical-coordinate representation of color #F4C45D: hue angle of 40.93º degrees, saturation: 0.87, 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 #F4C45D is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 196 | 93 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.04 |
| HSL | 40.93º | 0.87% | 0.66% | - |
| HSV(B) | 40.93º | 0.62% | 0.96% | - |
| XYZ | 59.02 | 59.5 | 18.73 | - |
| YUV | 198.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 196 | 93 | 0 | 0.20 | 0.62 | 0.04 | 40.93 | 0.87 | 0.66 |
| Hex | F4 | C4 | 5D | 0 | 14 | 3E | 4 | 29 | 57 | 42 |
| Octal | 364 | 304 | 135 | 0 | 24 | 76 | 4 | 51 | 127 | 102 |
| Binary | 11110100 | 11000100 | 1011101 | 0 | 10100 | 111110 | 100 | 101001 | 1010111 | 1000010 |
Color Harmonies of #F4C45D
Complementary color
Monochromatic Colors of #F4C45D
Black with #F4C45D
Text Example
Text Example
White with #F4C45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C45D; }
p { color: rgb(244,196,93); }
H1.HeaderClassName
{
color: #F4C45D;
}
.AnyTagClassName
{
color: #F4C45D;
}
</style>
background-color css
<style>
a { background-color: #F4C45D; }
a { background-color: rgb(244,196,93); }
div.DivClassName
{
background-color: #F4C45D;
}
.BgClassName
{
background-color: #F4C45D;
}
</style>
border-color css
<style>
span { border-color: #F4C45D; }
span { border-color: rgb(244,196,93); }
td.TdClassName
{
border-color: #F4C45D;
}
.TagClassName
{
border-color: #F4C45D;
}
</style>