Shades of Cream Can #F2C14A
Tints of Cream Can #F2C14A
RGB
CMYK
RGB Variations
Color information
#F2C14A (or 0xF2C14A) is known color: Cream Can. HEX triplet: F2, C1 and 4A. RGB value is (242,193,74). Sum of RGB (Red+Green+Blue) = 242+193+74=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C14A is #0D3EB5. Grayscale: #C2C2C2. Windows color (decimal): -868022 or 4899314. OLE color: 4899314.
HSL color Cylindrical-coordinate representation of color #F2C14A: hue angle of 42.5º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2C14A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 74 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.05 |
| HSL | 42.5º | 0.87% | 0.62% | - |
| HSV(B) | 42.5º | 0.69% | 0.95% | - |
| XYZ | 56.92 | 57.51 | 14.58 | - |
| YUV | 194.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 74 | 0 | 0.20 | 0.69 | 0.05 | 42.5 | 0.87 | 0.62 |
| Hex | F2 | C1 | 4A | 0 | 14 | 45 | 5 | 2A | 57 | 3E |
| Octal | 362 | 301 | 112 | 0 | 24 | 105 | 5 | 52 | 127 | 76 |
| Binary | 11110010 | 11000001 | 1001010 | 0 | 10100 | 1000101 | 101 | 101010 | 1010111 | 111110 |
Color Harmonies of #F2C14A
Complementary color
Monochromatic Colors of #F2C14A
Black with #F2C14A
Text Example
Text Example
White with #F2C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C14A; }
p { color: rgb(242,193,74); }
H1.HeaderClassName
{
color: #F2C14A;
}
.AnyTagClassName
{
color: #F2C14A;
}
</style>
background-color css
<style>
a { background-color: #F2C14A; }
a { background-color: rgb(242,193,74); }
div.DivClassName
{
background-color: #F2C14A;
}
.BgClassName
{
background-color: #F2C14A;
}
</style>
border-color css
<style>
span { border-color: #F2C14A; }
span { border-color: rgb(242,193,74); }
td.TdClassName
{
border-color: #F2C14A;
}
.TagClassName
{
border-color: #F2C14A;
}
</style>