Shades of Cream Can #F3C25D
Tints of Cream Can #F3C25D
RGB
CMYK
RGB Variations
Color information
#F3C25D (or 0xF3C25D) is known color: Cream Can. HEX triplet: F3, C2 and 5D. RGB value is (243,194,93). Sum of RGB (Red+Green+Blue) = 243+194+93=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C25D is #0C3DA2. Grayscale: #C5C5C5. Windows color (decimal): -802211 or 6144755. OLE color: 6144755.
HSL color Cylindrical-coordinate representation of color #F3C25D: hue angle of 40.4º 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 #F3C25D is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 93 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.05 |
| HSL | 40.4º | 0.86% | 0.66% | - |
| HSV(B) | 40.4º | 0.62% | 0.95% | - |
| XYZ | 58.23 | 58.43 | 18.56 | - |
| YUV | 197.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 93 | 0 | 0.20 | 0.62 | 0.05 | 40.4 | 0.86 | 0.66 |
| Hex | F3 | C2 | 5D | 0 | 14 | 3E | 5 | 28 | 56 | 42 |
| Octal | 363 | 302 | 135 | 0 | 24 | 76 | 5 | 50 | 126 | 102 |
| Binary | 11110011 | 11000010 | 1011101 | 0 | 10100 | 111110 | 101 | 101000 | 1010110 | 1000010 |
Color Harmonies of #F3C25D
Complementary color
Monochromatic Colors of #F3C25D
Black with #F3C25D
Text Example
Text Example
White with #F3C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C25D; }
p { color: rgb(243,194,93); }
H1.HeaderClassName
{
color: #F3C25D;
}
.AnyTagClassName
{
color: #F3C25D;
}
</style>
background-color css
<style>
a { background-color: #F3C25D; }
a { background-color: rgb(243,194,93); }
div.DivClassName
{
background-color: #F3C25D;
}
.BgClassName
{
background-color: #F3C25D;
}
</style>
border-color css
<style>
span { border-color: #F3C25D; }
span { border-color: rgb(243,194,93); }
td.TdClassName
{
border-color: #F3C25D;
}
.TagClassName
{
border-color: #F3C25D;
}
</style>