Shades of Cream Can #F1C348
Tints of Cream Can #F1C348
RGB
CMYK
RGB Variations
Color information
#F1C348 (or 0xF1C348) is known color: Cream Can. HEX triplet: F1, C3 and 48. RGB value is (241,195,72). Sum of RGB (Red+Green+Blue) = 241+195+72=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C348 is #0E3CB7. Grayscale: #C3C3C3. Windows color (decimal): -933048 or 4768753. OLE color: 4768753.
HSL color Cylindrical-coordinate representation of color #F1C348: hue angle of 43.67º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1C348 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 72 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.05 |
| HSL | 43.67º | 0.86% | 0.61% | - |
| HSV(B) | 43.67º | 0.7% | 0.95% | - |
| XYZ | 56.96 | 58.2 | 14.36 | - |
| YUV | 194.73 | 58.74 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 72 | 0 | 0.19 | 0.70 | 0.05 | 43.67 | 0.86 | 0.61 |
| Hex | F1 | C3 | 48 | 0 | 13 | 46 | 5 | 2C | 56 | 3D |
| Octal | 361 | 303 | 110 | 0 | 23 | 106 | 5 | 54 | 126 | 75 |
| Binary | 11110001 | 11000011 | 1001000 | 0 | 10011 | 1000110 | 101 | 101100 | 1010110 | 111101 |
Color Harmonies of #F1C348
Complementary color
Monochromatic Colors of #F1C348
Black with #F1C348
Text Example
Text Example
White with #F1C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C348; }
p { color: rgb(241,195,72); }
H1.HeaderClassName
{
color: #F1C348;
}
.AnyTagClassName
{
color: #F1C348;
}
</style>
background-color css
<style>
a { background-color: #F1C348; }
a { background-color: rgb(241,195,72); }
div.DivClassName
{
background-color: #F1C348;
}
.BgClassName
{
background-color: #F1C348;
}
</style>
border-color css
<style>
span { border-color: #F1C348; }
span { border-color: rgb(241,195,72); }
td.TdClassName
{
border-color: #F1C348;
}
.TagClassName
{
border-color: #F1C348;
}
</style>