Shades of Cream Can #F3C25B
Tints of Cream Can #F3C25B
RGB
CMYK
RGB Variations
Color information
#F3C25B (or 0xF3C25B) is known color: Cream Can. HEX triplet: F3, C2 and 5B. RGB value is (243,194,91). Sum of RGB (Red+Green+Blue) = 243+194+91=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C25B is #0C3DA4. Grayscale: #C5C5C5. Windows color (decimal): -802213 or 6013683. OLE color: 6013683.
HSL color Cylindrical-coordinate representation of color #F3C25B: hue angle of 40.66º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3C25B is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 91 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.05 |
| HSL | 40.66º | 0.86% | 0.65% | - |
| HSV(B) | 40.66º | 0.63% | 0.95% | - |
| XYZ | 58.14 | 58.39 | 18.1 | - |
| YUV | 196.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 91 | 0 | 0.20 | 0.63 | 0.05 | 40.66 | 0.86 | 0.65 |
| Hex | F3 | C2 | 5B | 0 | 14 | 3F | 5 | 29 | 56 | 41 |
| Octal | 363 | 302 | 133 | 0 | 24 | 77 | 5 | 51 | 126 | 101 |
| Binary | 11110011 | 11000010 | 1011011 | 0 | 10100 | 111111 | 101 | 101001 | 1010110 | 1000001 |
Color Harmonies of #F3C25B
Complementary color
Monochromatic Colors of #F3C25B
Black with #F3C25B
Text Example
Text Example
White with #F3C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C25B; }
p { color: rgb(243,194,91); }
H1.HeaderClassName
{
color: #F3C25B;
}
.AnyTagClassName
{
color: #F3C25B;
}
</style>
background-color css
<style>
a { background-color: #F3C25B; }
a { background-color: rgb(243,194,91); }
div.DivClassName
{
background-color: #F3C25B;
}
.BgClassName
{
background-color: #F3C25B;
}
</style>
border-color css
<style>
span { border-color: #F3C25B; }
span { border-color: rgb(243,194,91); }
td.TdClassName
{
border-color: #F3C25B;
}
.TagClassName
{
border-color: #F3C25B;
}
</style>