Shades of Cream Can #F5C144
Tints of Cream Can #F5C144
RGB
CMYK
RGB Variations
Color information
#F5C144 (or 0xF5C144) is known color: Cream Can. HEX triplet: F5, C1 and 44. RGB value is (245,193,68). Sum of RGB (Red+Green+Blue) = 245+193+68=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C144 is #0A3EBB. Grayscale: #C2C2C2. Windows color (decimal): -671420 or 4506101. OLE color: 4506101.
HSL color Cylindrical-coordinate representation of color #F5C144: hue angle of 42.37º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5C144 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 68 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.04 |
| HSL | 42.37º | 0.9% | 0.61% | - |
| HSV(B) | 42.37º | 0.72% | 0.96% | - |
| XYZ | 57.77 | 57.97 | 13.61 | - |
| YUV | 194.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 68 | 0 | 0.21 | 0.72 | 0.04 | 42.37 | 0.9 | 0.61 |
| Hex | F5 | C1 | 44 | 0 | 15 | 48 | 4 | 2A | 5A | 3D |
| Octal | 365 | 301 | 104 | 0 | 25 | 110 | 4 | 52 | 132 | 75 |
| Binary | 11110101 | 11000001 | 1000100 | 0 | 10101 | 1001000 | 100 | 101010 | 1011010 | 111101 |
Color Harmonies of #F5C144
Complementary color
Monochromatic Colors of #F5C144
Black with #F5C144
Text Example
Text Example
White with #F5C144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C144; }
p { color: rgb(245,193,68); }
H1.HeaderClassName
{
color: #F5C144;
}
.AnyTagClassName
{
color: #F5C144;
}
</style>
background-color css
<style>
a { background-color: #F5C144; }
a { background-color: rgb(245,193,68); }
div.DivClassName
{
background-color: #F5C144;
}
.BgClassName
{
background-color: #F5C144;
}
</style>
border-color css
<style>
span { border-color: #F5C144; }
span { border-color: rgb(245,193,68); }
td.TdClassName
{
border-color: #F5C144;
}
.TagClassName
{
border-color: #F5C144;
}
</style>