Shades of Cream Can #F0C25F
Tints of Cream Can #F0C25F
RGB
CMYK
RGB Variations
Color information
#F0C25F (or 0xF0C25F) is known color: Cream Can. HEX triplet: F0, C2 and 5F. RGB value is (240,194,95). Sum of RGB (Red+Green+Blue) = 240+194+95=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C25F is #0F3DA0. Grayscale: #C4C4C4. Windows color (decimal): -998817 or 6275824. OLE color: 6275824.
HSL color Cylindrical-coordinate representation of color #F0C25F: hue angle of 40.97º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0C25F is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 95 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.06 |
| HSL | 40.97º | 0.83% | 0.66% | - |
| HSV(B) | 40.97º | 0.6% | 0.94% | - |
| XYZ | 57.29 | 57.94 | 18.99 | - |
| YUV | 196.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 95 | 0 | 0.19 | 0.60 | 0.06 | 40.97 | 0.83 | 0.66 |
| Hex | F0 | C2 | 5F | 0 | 13 | 3C | 6 | 29 | 53 | 42 |
| Octal | 360 | 302 | 137 | 0 | 23 | 74 | 6 | 51 | 123 | 102 |
| Binary | 11110000 | 11000010 | 1011111 | 0 | 10011 | 111100 | 110 | 101001 | 1010011 | 1000010 |
Color Harmonies of #F0C25F
Complementary color
Monochromatic Colors of #F0C25F
Black with #F0C25F
Text Example
Text Example
White with #F0C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C25F; }
p { color: rgb(240,194,95); }
H1.HeaderClassName
{
color: #F0C25F;
}
.AnyTagClassName
{
color: #F0C25F;
}
</style>
background-color css
<style>
a { background-color: #F0C25F; }
a { background-color: rgb(240,194,95); }
div.DivClassName
{
background-color: #F0C25F;
}
.BgClassName
{
background-color: #F0C25F;
}
</style>
border-color css
<style>
span { border-color: #F0C25F; }
span { border-color: rgb(240,194,95); }
td.TdClassName
{
border-color: #F0C25F;
}
.TagClassName
{
border-color: #F0C25F;
}
</style>