Shades of Cream Can #F2C461
Tints of Cream Can #F2C461
RGB
CMYK
RGB Variations
Color information
#F2C461 (or 0xF2C461) is known color: Cream Can. HEX triplet: F2, C4 and 61. RGB value is (242,196,97). Sum of RGB (Red+Green+Blue) = 242+196+97=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C461 is #0D3B9E. Grayscale: #C6C6C6. Windows color (decimal): -867231 or 6407410. OLE color: 6407410.
HSL color Cylindrical-coordinate representation of color #F2C461: hue angle of 40.97º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2C461 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 97 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.05 |
| HSL | 40.97º | 0.85% | 0.66% | - |
| HSV(B) | 40.97º | 0.6% | 0.95% | - |
| XYZ | 58.52 | 59.22 | 19.66 | - |
| YUV | 198.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 97 | 0 | 0.19 | 0.60 | 0.05 | 40.97 | 0.85 | 0.66 |
| Hex | F2 | C4 | 61 | 0 | 13 | 3C | 5 | 29 | 55 | 42 |
| Octal | 362 | 304 | 141 | 0 | 23 | 74 | 5 | 51 | 125 | 102 |
| Binary | 11110010 | 11000100 | 1100001 | 0 | 10011 | 111100 | 101 | 101001 | 1010101 | 1000010 |
Color Harmonies of #F2C461
Complementary color
Monochromatic Colors of #F2C461
Black with #F2C461
Text Example
Text Example
White with #F2C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C461; }
p { color: rgb(242,196,97); }
H1.HeaderClassName
{
color: #F2C461;
}
.AnyTagClassName
{
color: #F2C461;
}
</style>
background-color css
<style>
a { background-color: #F2C461; }
a { background-color: rgb(242,196,97); }
div.DivClassName
{
background-color: #F2C461;
}
.BgClassName
{
background-color: #F2C461;
}
</style>
border-color css
<style>
span { border-color: #F2C461; }
span { border-color: rgb(242,196,97); }
td.TdClassName
{
border-color: #F2C461;
}
.TagClassName
{
border-color: #F2C461;
}
</style>