Shades of Cream Can #F3C25E
Tints of Cream Can #F3C25E
RGB
CMYK
RGB Variations
Color information
#F3C25E (or 0xF3C25E) is known color: Cream Can. HEX triplet: F3, C2 and 5E. RGB value is (243,194,94). Sum of RGB (Red+Green+Blue) = 243+194+94=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C25E is #0C3DA1. Grayscale: #C5C5C5. Windows color (decimal): -802210 or 6210291. OLE color: 6210291.
HSL color Cylindrical-coordinate representation of color #F3C25E: hue angle of 40.27º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3C25E is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 94 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.05 |
| HSL | 40.27º | 0.86% | 0.66% | - |
| HSV(B) | 40.27º | 0.61% | 0.95% | - |
| XYZ | 58.27 | 58.45 | 18.8 | - |
| YUV | 197.25 | 69.73 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 94 | 0 | 0.20 | 0.61 | 0.05 | 40.27 | 0.86 | 0.66 |
| Hex | F3 | C2 | 5E | 0 | 14 | 3D | 5 | 28 | 56 | 42 |
| Octal | 363 | 302 | 136 | 0 | 24 | 75 | 5 | 50 | 126 | 102 |
| Binary | 11110011 | 11000010 | 1011110 | 0 | 10100 | 111101 | 101 | 101000 | 1010110 | 1000010 |
Color Harmonies of #F3C25E
Complementary color
Monochromatic Colors of #F3C25E
Black with #F3C25E
Text Example
Text Example
White with #F3C25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C25E; }
p { color: rgb(243,194,94); }
H1.HeaderClassName
{
color: #F3C25E;
}
.AnyTagClassName
{
color: #F3C25E;
}
</style>
background-color css
<style>
a { background-color: #F3C25E; }
a { background-color: rgb(243,194,94); }
div.DivClassName
{
background-color: #F3C25E;
}
.BgClassName
{
background-color: #F3C25E;
}
</style>
border-color css
<style>
span { border-color: #F3C25E; }
span { border-color: rgb(243,194,94); }
td.TdClassName
{
border-color: #F3C25E;
}
.TagClassName
{
border-color: #F3C25E;
}
</style>