Shades of Cream Can #F1C75C
Tints of Cream Can #F1C75C
RGB
CMYK
RGB Variations
Color information
#F1C75C (or 0xF1C75C) is known color: Cream Can. HEX triplet: F1, C7 and 5C. RGB value is (241,199,92). Sum of RGB (Red+Green+Blue) = 241+199+92=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C75C is #0E38A3. Grayscale: #C7C7C7. Windows color (decimal): -932004 or 6080497. OLE color: 6080497.
HSL color Cylindrical-coordinate representation of color #F1C75C: hue angle of 43.09º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1C75C is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 199 | 92 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.05 |
| HSL | 43.09º | 0.84% | 0.65% | - |
| HSV(B) | 43.09º | 0.62% | 0.95% | - |
| XYZ | 58.63 | 60.32 | 18.68 | - |
| YUV | 199.36 | 67.41 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 199 | 92 | 0 | 0.17 | 0.62 | 0.05 | 43.09 | 0.84 | 0.65 |
| Hex | F1 | C7 | 5C | 0 | 11 | 3E | 5 | 2B | 54 | 41 |
| Octal | 361 | 307 | 134 | 0 | 21 | 76 | 5 | 53 | 124 | 101 |
| Binary | 11110001 | 11000111 | 1011100 | 0 | 10001 | 111110 | 101 | 101011 | 1010100 | 1000001 |
Color Harmonies of #F1C75C
Complementary color
Monochromatic Colors of #F1C75C
Black with #F1C75C
Text Example
Text Example
White with #F1C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C75C; }
p { color: rgb(241,199,92); }
H1.HeaderClassName
{
color: #F1C75C;
}
.AnyTagClassName
{
color: #F1C75C;
}
</style>
background-color css
<style>
a { background-color: #F1C75C; }
a { background-color: rgb(241,199,92); }
div.DivClassName
{
background-color: #F1C75C;
}
.BgClassName
{
background-color: #F1C75C;
}
</style>
border-color css
<style>
span { border-color: #F1C75C; }
span { border-color: rgb(241,199,92); }
td.TdClassName
{
border-color: #F1C75C;
}
.TagClassName
{
border-color: #F1C75C;
}
</style>