Shades of Cream Can #F2C25C
Tints of Cream Can #F2C25C
RGB
CMYK
RGB Variations
Color information
#F2C25C (or 0xF2C25C) is known color: Cream Can. HEX triplet: F2, C2 and 5C. RGB value is (242,194,92). Sum of RGB (Red+Green+Blue) = 242+194+92=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C25C is #0D3DA3. Grayscale: #C5C5C5. Windows color (decimal): -867748 or 6079218. OLE color: 6079218.
HSL color Cylindrical-coordinate representation of color #F2C25C: hue angle of 40.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2C25C is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 92 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.05 |
| HSL | 40.8º | 0.85% | 0.65% | - |
| HSV(B) | 40.8º | 0.62% | 0.95% | - |
| XYZ | 57.84 | 58.23 | 18.32 | - |
| YUV | 196.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 92 | 0 | 0.20 | 0.62 | 0.05 | 40.8 | 0.85 | 0.65 |
| Hex | F2 | C2 | 5C | 0 | 14 | 3E | 5 | 29 | 55 | 41 |
| Octal | 362 | 302 | 134 | 0 | 24 | 76 | 5 | 51 | 125 | 101 |
| Binary | 11110010 | 11000010 | 1011100 | 0 | 10100 | 111110 | 101 | 101001 | 1010101 | 1000001 |
Color Harmonies of #F2C25C
Complementary color
Monochromatic Colors of #F2C25C
Black with #F2C25C
Text Example
Text Example
White with #F2C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C25C; }
p { color: rgb(242,194,92); }
H1.HeaderClassName
{
color: #F2C25C;
}
.AnyTagClassName
{
color: #F2C25C;
}
</style>
background-color css
<style>
a { background-color: #F2C25C; }
a { background-color: rgb(242,194,92); }
div.DivClassName
{
background-color: #F2C25C;
}
.BgClassName
{
background-color: #F2C25C;
}
</style>
border-color css
<style>
span { border-color: #F2C25C; }
span { border-color: rgb(242,194,92); }
td.TdClassName
{
border-color: #F2C25C;
}
.TagClassName
{
border-color: #F2C25C;
}
</style>