Shades of Cream Can #F3C05F
Tints of Cream Can #F3C05F
RGB
CMYK
RGB Variations
Color information
#F3C05F (or 0xF3C05F) is known color: Cream Can. HEX triplet: F3, C0 and 5F. RGB value is (243,192,95). Sum of RGB (Red+Green+Blue) = 243+192+95=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C05F is #0C3FA0. Grayscale: #C4C4C4. Windows color (decimal): -802721 or 6275315. OLE color: 6275315.
HSL color Cylindrical-coordinate representation of color #F3C05F: hue angle of 39.32º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3C05F is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 95 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.05 |
| HSL | 39.32º | 0.86% | 0.66% | - |
| HSV(B) | 39.32º | 0.61% | 0.95% | - |
| XYZ | 57.88 | 57.58 | 18.89 | - |
| YUV | 196.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 95 | 0 | 0.21 | 0.61 | 0.05 | 39.32 | 0.86 | 0.66 |
| Hex | F3 | C0 | 5F | 0 | 15 | 3D | 5 | 27 | 56 | 42 |
| Octal | 363 | 300 | 137 | 0 | 25 | 75 | 5 | 47 | 126 | 102 |
| Binary | 11110011 | 11000000 | 1011111 | 0 | 10101 | 111101 | 101 | 100111 | 1010110 | 1000010 |
Color Harmonies of #F3C05F
Complementary color
Monochromatic Colors of #F3C05F
Black with #F3C05F
Text Example
Text Example
White with #F3C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C05F; }
p { color: rgb(243,192,95); }
H1.HeaderClassName
{
color: #F3C05F;
}
.AnyTagClassName
{
color: #F3C05F;
}
</style>
background-color css
<style>
a { background-color: #F3C05F; }
a { background-color: rgb(243,192,95); }
div.DivClassName
{
background-color: #F3C05F;
}
.BgClassName
{
background-color: #F3C05F;
}
</style>
border-color css
<style>
span { border-color: #F3C05F; }
span { border-color: rgb(243,192,95); }
td.TdClassName
{
border-color: #F3C05F;
}
.TagClassName
{
border-color: #F3C05F;
}
</style>