Shades of Cream Can #F2C84E
Tints of Cream Can #F2C84E
RGB
CMYK
RGB Variations
Color information
#F2C84E (or 0xF2C84E) is known color: Cream Can. HEX triplet: F2, C8 and 4E. RGB value is (242,200,78). Sum of RGB (Red+Green+Blue) = 242+200+78=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C84E is #0D37B1. Grayscale: #C7C7C7. Windows color (decimal): -866226 or 5163250. OLE color: 5163250.
HSL color Cylindrical-coordinate representation of color #F2C84E: hue angle of 44.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2C84E is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 78 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.05 |
| HSL | 44.63º | 0.86% | 0.63% | - |
| HSV(B) | 44.63º | 0.68% | 0.95% | - |
| XYZ | 58.65 | 60.74 | 15.84 | - |
| YUV | 198.65 | 59.91 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 78 | 0 | 0.17 | 0.68 | 0.05 | 44.63 | 0.86 | 0.63 |
| Hex | F2 | C8 | 4E | 0 | 11 | 44 | 5 | 2D | 56 | 3F |
| Octal | 362 | 310 | 116 | 0 | 21 | 104 | 5 | 55 | 126 | 77 |
| Binary | 11110010 | 11001000 | 1001110 | 0 | 10001 | 1000100 | 101 | 101101 | 1010110 | 111111 |
Color Harmonies of #F2C84E
Complementary color
Monochromatic Colors of #F2C84E
Black with #F2C84E
Text Example
Text Example
White with #F2C84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C84E; }
p { color: rgb(242,200,78); }
H1.HeaderClassName
{
color: #F2C84E;
}
.AnyTagClassName
{
color: #F2C84E;
}
</style>
background-color css
<style>
a { background-color: #F2C84E; }
a { background-color: rgb(242,200,78); }
div.DivClassName
{
background-color: #F2C84E;
}
.BgClassName
{
background-color: #F2C84E;
}
</style>
border-color css
<style>
span { border-color: #F2C84E; }
span { border-color: rgb(242,200,78); }
td.TdClassName
{
border-color: #F2C84E;
}
.TagClassName
{
border-color: #F2C84E;
}
</style>