Shades of Cream Can #F2C54D
Tints of Cream Can #F2C54D
RGB
CMYK
RGB Variations
Color information
#F2C54D (or 0xF2C54D) is known color: Cream Can. HEX triplet: F2, C5 and 4D. RGB value is (242,197,77). Sum of RGB (Red+Green+Blue) = 242+197+77=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C54D is #0D3AB2. Grayscale: #C5C5C5. Windows color (decimal): -866995 or 5096946. OLE color: 5096946.
HSL color Cylindrical-coordinate representation of color #F2C54D: hue angle of 43.64º 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 #F2C54D is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 77 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.05 |
| HSL | 43.64º | 0.86% | 0.63% | - |
| HSV(B) | 43.64º | 0.68% | 0.95% | - |
| XYZ | 57.92 | 59.35 | 15.42 | - |
| YUV | 196.78 | 60.41 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 77 | 0 | 0.19 | 0.68 | 0.05 | 43.64 | 0.86 | 0.63 |
| Hex | F2 | C5 | 4D | 0 | 13 | 44 | 5 | 2C | 56 | 3F |
| Octal | 362 | 305 | 115 | 0 | 23 | 104 | 5 | 54 | 126 | 77 |
| Binary | 11110010 | 11000101 | 1001101 | 0 | 10011 | 1000100 | 101 | 101100 | 1010110 | 111111 |
Color Harmonies of #F2C54D
Complementary color
Monochromatic Colors of #F2C54D
Black with #F2C54D
Text Example
Text Example
White with #F2C54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C54D; }
p { color: rgb(242,197,77); }
H1.HeaderClassName
{
color: #F2C54D;
}
.AnyTagClassName
{
color: #F2C54D;
}
</style>
background-color css
<style>
a { background-color: #F2C54D; }
a { background-color: rgb(242,197,77); }
div.DivClassName
{
background-color: #F2C54D;
}
.BgClassName
{
background-color: #F2C54D;
}
</style>
border-color css
<style>
span { border-color: #F2C54D; }
span { border-color: rgb(242,197,77); }
td.TdClassName
{
border-color: #F2C54D;
}
.TagClassName
{
border-color: #F2C54D;
}
</style>