Shades of Cream Can #F2C14F
Tints of Cream Can #F2C14F
RGB
CMYK
RGB Variations
Color information
#F2C14F (or 0xF2C14F) is known color: Cream Can. HEX triplet: F2, C1 and 4F. RGB value is (242,193,79). Sum of RGB (Red+Green+Blue) = 242+193+79=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C14F is #0D3EB0. Grayscale: #C3C3C3. Windows color (decimal): -868017 or 5226994. OLE color: 5226994.
HSL color Cylindrical-coordinate representation of color #F2C14F: hue angle of 41.96º 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 #F2C14F is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 79 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.05 |
| HSL | 41.96º | 0.86% | 0.63% | - |
| HSV(B) | 41.96º | 0.67% | 0.95% | - |
| XYZ | 57.1 | 57.58 | 15.5 | - |
| YUV | 194.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 79 | 0 | 0.20 | 0.67 | 0.05 | 41.96 | 0.86 | 0.63 |
| Hex | F2 | C1 | 4F | 0 | 14 | 43 | 5 | 2A | 56 | 3F |
| Octal | 362 | 301 | 117 | 0 | 24 | 103 | 5 | 52 | 126 | 77 |
| Binary | 11110010 | 11000001 | 1001111 | 0 | 10100 | 1000011 | 101 | 101010 | 1010110 | 111111 |
Color Harmonies of #F2C14F
Complementary color
Monochromatic Colors of #F2C14F
Black with #F2C14F
Text Example
Text Example
White with #F2C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C14F; }
p { color: rgb(242,193,79); }
H1.HeaderClassName
{
color: #F2C14F;
}
.AnyTagClassName
{
color: #F2C14F;
}
</style>
background-color css
<style>
a { background-color: #F2C14F; }
a { background-color: rgb(242,193,79); }
div.DivClassName
{
background-color: #F2C14F;
}
.BgClassName
{
background-color: #F2C14F;
}
</style>
border-color css
<style>
span { border-color: #F2C14F; }
span { border-color: rgb(242,193,79); }
td.TdClassName
{
border-color: #F2C14F;
}
.TagClassName
{
border-color: #F2C14F;
}
</style>