Shades of Cream Can #F3C15D
Tints of Cream Can #F3C15D
RGB
CMYK
RGB Variations
Color information
#F3C15D (or 0xF3C15D) is known color: Cream Can. HEX triplet: F3, C1 and 5D. RGB value is (243,193,93). Sum of RGB (Red+Green+Blue) = 243+193+93=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C15D is #0C3EA2. Grayscale: #C4C4C4. Windows color (decimal): -802467 or 6144499. OLE color: 6144499.
HSL color Cylindrical-coordinate representation of color #F3C15D: hue angle of 40º 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 #F3C15D is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 93 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.05 |
| HSL | 40º | 0.86% | 0.66% | - |
| HSV(B) | 40º | 0.62% | 0.95% | - |
| XYZ | 58.01 | 57.98 | 18.49 | - |
| YUV | 196.55 | 69.57 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 93 | 0 | 0.21 | 0.62 | 0.05 | 40 | 0.86 | 0.66 |
| Hex | F3 | C1 | 5D | 0 | 15 | 3E | 5 | 28 | 56 | 42 |
| Octal | 363 | 301 | 135 | 0 | 25 | 76 | 5 | 50 | 126 | 102 |
| Binary | 11110011 | 11000001 | 1011101 | 0 | 10101 | 111110 | 101 | 101000 | 1010110 | 1000010 |
Color Harmonies of #F3C15D
Complementary color
Monochromatic Colors of #F3C15D
Black with #F3C15D
Text Example
Text Example
White with #F3C15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C15D; }
p { color: rgb(243,193,93); }
H1.HeaderClassName
{
color: #F3C15D;
}
.AnyTagClassName
{
color: #F3C15D;
}
</style>
background-color css
<style>
a { background-color: #F3C15D; }
a { background-color: rgb(243,193,93); }
div.DivClassName
{
background-color: #F3C15D;
}
.BgClassName
{
background-color: #F3C15D;
}
</style>
border-color css
<style>
span { border-color: #F3C15D; }
span { border-color: rgb(243,193,93); }
td.TdClassName
{
border-color: #F3C15D;
}
.TagClassName
{
border-color: #F3C15D;
}
</style>