Shades of Cream Can #F3C05C
Tints of Cream Can #F3C05C
RGB
CMYK
RGB Variations
Color information
#F3C05C (or 0xF3C05C) is known color: Cream Can. HEX triplet: F3, C0 and 5C. RGB value is (243,192,92). Sum of RGB (Red+Green+Blue) = 243+192+92=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C05C is #0C3FA3. Grayscale: #C4C4C4. Windows color (decimal): -802724 or 6078707. OLE color: 6078707.
HSL color Cylindrical-coordinate representation of color #F3C05C: hue angle of 39.74º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3C05C is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 92 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.05 |
| HSL | 39.74º | 0.86% | 0.66% | - |
| HSV(B) | 39.74º | 0.62% | 0.95% | - |
| XYZ | 57.74 | 57.53 | 18.19 | - |
| YUV | 195.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 92 | 0 | 0.21 | 0.62 | 0.05 | 39.74 | 0.86 | 0.66 |
| Hex | F3 | C0 | 5C | 0 | 15 | 3E | 5 | 28 | 56 | 42 |
| Octal | 363 | 300 | 134 | 0 | 25 | 76 | 5 | 50 | 126 | 102 |
| Binary | 11110011 | 11000000 | 1011100 | 0 | 10101 | 111110 | 101 | 101000 | 1010110 | 1000010 |
Color Harmonies of #F3C05C
Complementary color
Monochromatic Colors of #F3C05C
Black with #F3C05C
Text Example
Text Example
White with #F3C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C05C; }
p { color: rgb(243,192,92); }
H1.HeaderClassName
{
color: #F3C05C;
}
.AnyTagClassName
{
color: #F3C05C;
}
</style>
background-color css
<style>
a { background-color: #F3C05C; }
a { background-color: rgb(243,192,92); }
div.DivClassName
{
background-color: #F3C05C;
}
.BgClassName
{
background-color: #F3C05C;
}
</style>
border-color css
<style>
span { border-color: #F3C05C; }
span { border-color: rgb(243,192,92); }
td.TdClassName
{
border-color: #F3C05C;
}
.TagClassName
{
border-color: #F3C05C;
}
</style>