Shades of Cream Can #F3C25C
Tints of Cream Can #F3C25C
RGB
CMYK
RGB Variations
Color information
#F3C25C (or 0xF3C25C) is known color: Cream Can. HEX triplet: F3, C2 and 5C. RGB value is (243,194,92). Sum of RGB (Red+Green+Blue) = 243+194+92=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C25C is #0C3DA3. Grayscale: #C5C5C5. Windows color (decimal): -802212 or 6079219. OLE color: 6079219.
HSL color Cylindrical-coordinate representation of color #F3C25C: hue angle of 40.53º 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 #F3C25C is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 92 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.05 |
| HSL | 40.53º | 0.86% | 0.66% | - |
| HSV(B) | 40.53º | 0.62% | 0.95% | - |
| XYZ | 58.19 | 58.41 | 18.33 | - |
| YUV | 197.02 | 68.73 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 92 | 0 | 0.20 | 0.62 | 0.05 | 40.53 | 0.86 | 0.66 |
| Hex | F3 | C2 | 5C | 0 | 14 | 3E | 5 | 29 | 56 | 42 |
| Octal | 363 | 302 | 134 | 0 | 24 | 76 | 5 | 51 | 126 | 102 |
| Binary | 11110011 | 11000010 | 1011100 | 0 | 10100 | 111110 | 101 | 101001 | 1010110 | 1000010 |
Color Harmonies of #F3C25C
Complementary color
Monochromatic Colors of #F3C25C
Black with #F3C25C
Text Example
Text Example
White with #F3C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C25C; }
p { color: rgb(243,194,92); }
H1.HeaderClassName
{
color: #F3C25C;
}
.AnyTagClassName
{
color: #F3C25C;
}
</style>
background-color css
<style>
a { background-color: #F3C25C; }
a { background-color: rgb(243,194,92); }
div.DivClassName
{
background-color: #F3C25C;
}
.BgClassName
{
background-color: #F3C25C;
}
</style>
border-color css
<style>
span { border-color: #F3C25C; }
span { border-color: rgb(243,194,92); }
td.TdClassName
{
border-color: #F3C25C;
}
.TagClassName
{
border-color: #F3C25C;
}
</style>