Shades of Cream Can #F2C65A
Tints of Cream Can #F2C65A
RGB
CMYK
RGB Variations
Color information
#F2C65A (or 0xF2C65A) is known color: Cream Can. HEX triplet: F2, C6 and 5A. RGB value is (242,198,90). Sum of RGB (Red+Green+Blue) = 242+198+90=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C65A is #0D39A5. Grayscale: #C7C7C7. Windows color (decimal): -866726 or 5949170. OLE color: 5949170.
HSL color Cylindrical-coordinate representation of color #F2C65A: hue angle of 42.63º degrees, saturation: 0.85, 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 #F2C65A is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 90 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.05 |
| HSL | 42.63º | 0.85% | 0.65% | - |
| HSV(B) | 42.63º | 0.63% | 0.95% | - |
| XYZ | 58.66 | 60 | 18.16 | - |
| YUV | 198.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 90 | 0 | 0.18 | 0.63 | 0.05 | 42.63 | 0.85 | 0.65 |
| Hex | F2 | C6 | 5A | 0 | 12 | 3F | 5 | 2B | 55 | 41 |
| Octal | 362 | 306 | 132 | 0 | 22 | 77 | 5 | 53 | 125 | 101 |
| Binary | 11110010 | 11000110 | 1011010 | 0 | 10010 | 111111 | 101 | 101011 | 1010101 | 1000001 |
Color Harmonies of #F2C65A
Complementary color
Monochromatic Colors of #F2C65A
Black with #F2C65A
Text Example
Text Example
White with #F2C65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C65A; }
p { color: rgb(242,198,90); }
H1.HeaderClassName
{
color: #F2C65A;
}
.AnyTagClassName
{
color: #F2C65A;
}
</style>
background-color css
<style>
a { background-color: #F2C65A; }
a { background-color: rgb(242,198,90); }
div.DivClassName
{
background-color: #F2C65A;
}
.BgClassName
{
background-color: #F2C65A;
}
</style>
border-color css
<style>
span { border-color: #F2C65A; }
span { border-color: rgb(242,198,90); }
td.TdClassName
{
border-color: #F2C65A;
}
.TagClassName
{
border-color: #F2C65A;
}
</style>