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