Shades of Cream Can #F4C142
Tints of Cream Can #F4C142
RGB
CMYK
RGB Variations
Color information
#F4C142 (or 0xF4C142) is known color: Cream Can. HEX triplet: F4, C1 and 42. RGB value is (244,193,66). Sum of RGB (Red+Green+Blue) = 244+193+66=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C142 is #0B3EBD. Grayscale: #C2C2C2. Windows color (decimal): -736958 or 4375028. OLE color: 4375028.
HSL color Cylindrical-coordinate representation of color #F4C142: hue angle of 42.81º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4C142 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 66 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.04 |
| HSL | 42.81º | 0.89% | 0.61% | - |
| HSV(B) | 42.81º | 0.73% | 0.96% | - |
| XYZ | 57.36 | 57.77 | 13.28 | - |
| YUV | 193.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 66 | 0 | 0.21 | 0.73 | 0.04 | 42.81 | 0.89 | 0.61 |
| Hex | F4 | C1 | 42 | 0 | 15 | 49 | 4 | 2B | 59 | 3D |
| Octal | 364 | 301 | 102 | 0 | 25 | 111 | 4 | 53 | 131 | 75 |
| Binary | 11110100 | 11000001 | 1000010 | 0 | 10101 | 1001001 | 100 | 101011 | 1011001 | 111101 |
Color Harmonies of #F4C142
Complementary color
Monochromatic Colors of #F4C142
Black with #F4C142
Text Example
Text Example
White with #F4C142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C142; }
p { color: rgb(244,193,66); }
H1.HeaderClassName
{
color: #F4C142;
}
.AnyTagClassName
{
color: #F4C142;
}
</style>
background-color css
<style>
a { background-color: #F4C142; }
a { background-color: rgb(244,193,66); }
div.DivClassName
{
background-color: #F4C142;
}
.BgClassName
{
background-color: #F4C142;
}
</style>
border-color css
<style>
span { border-color: #F4C142; }
span { border-color: rgb(244,193,66); }
td.TdClassName
{
border-color: #F4C142;
}
.TagClassName
{
border-color: #F4C142;
}
</style>