Shades of Cream Can #F1C448
Tints of Cream Can #F1C448
RGB
CMYK
RGB Variations
Color information
#F1C448 (or 0xF1C448) is known color: Cream Can. HEX triplet: F1, C4 and 48. RGB value is (241,196,72). Sum of RGB (Red+Green+Blue) = 241+196+72=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C448 is #0E3BB7. Grayscale: #C3C3C3. Windows color (decimal): -932792 or 4769009. OLE color: 4769009.
HSL color Cylindrical-coordinate representation of color #F1C448: hue angle of 44.02º 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 #F1C448 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 72 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.05 |
| HSL | 44.02º | 0.86% | 0.61% | - |
| HSV(B) | 44.02º | 0.7% | 0.95% | - |
| XYZ | 57.19 | 58.65 | 14.44 | - |
| YUV | 195.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 72 | 0 | 0.19 | 0.70 | 0.05 | 44.02 | 0.86 | 0.61 |
| Hex | F1 | C4 | 48 | 0 | 13 | 46 | 5 | 2C | 56 | 3D |
| Octal | 361 | 304 | 110 | 0 | 23 | 106 | 5 | 54 | 126 | 75 |
| Binary | 11110001 | 11000100 | 1001000 | 0 | 10011 | 1000110 | 101 | 101100 | 1010110 | 111101 |
Color Harmonies of #F1C448
Complementary color
Monochromatic Colors of #F1C448
Black with #F1C448
Text Example
Text Example
White with #F1C448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C448; }
p { color: rgb(241,196,72); }
H1.HeaderClassName
{
color: #F1C448;
}
.AnyTagClassName
{
color: #F1C448;
}
</style>
background-color css
<style>
a { background-color: #F1C448; }
a { background-color: rgb(241,196,72); }
div.DivClassName
{
background-color: #F1C448;
}
.BgClassName
{
background-color: #F1C448;
}
</style>
border-color css
<style>
span { border-color: #F1C448; }
span { border-color: rgb(241,196,72); }
td.TdClassName
{
border-color: #F1C448;
}
.TagClassName
{
border-color: #F1C448;
}
</style>