Shades of Cream Can #F2C94F
Tints of Cream Can #F2C94F
RGB
CMYK
RGB Variations
Color information
#F2C94F (or 0xF2C94F) is known color: Cream Can. HEX triplet: F2, C9 and 4F. RGB value is (242,201,79). Sum of RGB (Red+Green+Blue) = 242+201+79=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 79 (31.25% from 255 or 15.13% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C94F is #0D36B0. Grayscale: #C7C7C7. Windows color (decimal): -865969 or 5229042. OLE color: 5229042.
HSL color Cylindrical-coordinate representation of color #F2C94F: hue angle of 44.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2C94F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 79 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.05 |
| HSL | 44.91º | 0.86% | 0.63% | - |
| HSV(B) | 44.91º | 0.67% | 0.95% | - |
| XYZ | 58.92 | 61.22 | 16.11 | - |
| YUV | 199.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 79 | 0 | 0.17 | 0.67 | 0.05 | 44.91 | 0.86 | 0.63 |
| Hex | F2 | C9 | 4F | 0 | 11 | 43 | 5 | 2D | 56 | 3F |
| Octal | 362 | 311 | 117 | 0 | 21 | 103 | 5 | 55 | 126 | 77 |
| Binary | 11110010 | 11001001 | 1001111 | 0 | 10001 | 1000011 | 101 | 101101 | 1010110 | 111111 |
Color Harmonies of #F2C94F
Complementary color
Monochromatic Colors of #F2C94F
Black with #F2C94F
Text Example
Text Example
White with #F2C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C94F; }
p { color: rgb(242,201,79); }
H1.HeaderClassName
{
color: #F2C94F;
}
.AnyTagClassName
{
color: #F2C94F;
}
</style>
background-color css
<style>
a { background-color: #F2C94F; }
a { background-color: rgb(242,201,79); }
div.DivClassName
{
background-color: #F2C94F;
}
.BgClassName
{
background-color: #F2C94F;
}
</style>
border-color css
<style>
span { border-color: #F2C94F; }
span { border-color: rgb(242,201,79); }
td.TdClassName
{
border-color: #F2C94F;
}
.TagClassName
{
border-color: #F2C94F;
}
</style>