Shades of Cream Can #F3C65C
Tints of Cream Can #F3C65C
RGB
CMYK
RGB Variations
Color information
#F3C65C (or 0xF3C65C) is known color: Cream Can. HEX triplet: F3, C6 and 5C. RGB value is (243,198,92). Sum of RGB (Red+Green+Blue) = 243+198+92=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C65C is #0C39A3. Grayscale: #C7C7C7. Windows color (decimal): -801188 or 6080243. OLE color: 6080243.
HSL color Cylindrical-coordinate representation of color #F3C65C: hue angle of 42.12º 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 #F3C65C is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 92 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.05 |
| HSL | 42.12º | 0.86% | 0.66% | - |
| HSV(B) | 42.12º | 0.62% | 0.95% | - |
| XYZ | 59.09 | 60.22 | 18.63 | - |
| YUV | 199.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 92 | 0 | 0.19 | 0.62 | 0.05 | 42.12 | 0.86 | 0.66 |
| Hex | F3 | C6 | 5C | 0 | 13 | 3E | 5 | 2A | 56 | 42 |
| Octal | 363 | 306 | 134 | 0 | 23 | 76 | 5 | 52 | 126 | 102 |
| Binary | 11110011 | 11000110 | 1011100 | 0 | 10011 | 111110 | 101 | 101010 | 1010110 | 1000010 |
Color Harmonies of #F3C65C
Complementary color
Monochromatic Colors of #F3C65C
Black with #F3C65C
Text Example
Text Example
White with #F3C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C65C; }
p { color: rgb(243,198,92); }
H1.HeaderClassName
{
color: #F3C65C;
}
.AnyTagClassName
{
color: #F3C65C;
}
</style>
background-color css
<style>
a { background-color: #F3C65C; }
a { background-color: rgb(243,198,92); }
div.DivClassName
{
background-color: #F3C65C;
}
.BgClassName
{
background-color: #F3C65C;
}
</style>
border-color css
<style>
span { border-color: #F3C65C; }
span { border-color: rgb(243,198,92); }
td.TdClassName
{
border-color: #F3C65C;
}
.TagClassName
{
border-color: #F3C65C;
}
</style>