Shades of Cream Can #F2C65D
Tints of Cream Can #F2C65D
RGB
CMYK
RGB Variations
Color information
#F2C65D (or 0xF2C65D) is known color: Cream Can. HEX triplet: F2, C6 and 5D. RGB value is (242,198,93). Sum of RGB (Red+Green+Blue) = 242+198+93=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C65D is #0D39A2. Grayscale: #C7C7C7. Windows color (decimal): -866723 or 6145778. OLE color: 6145778.
HSL color Cylindrical-coordinate representation of color #F2C65D: hue angle of 42.28º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2C65D is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 93 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.05 |
| HSL | 42.28º | 0.85% | 0.66% | - |
| HSV(B) | 42.28º | 0.62% | 0.95% | - |
| XYZ | 58.79 | 60.06 | 18.85 | - |
| YUV | 199.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 93 | 0 | 0.18 | 0.62 | 0.05 | 42.28 | 0.85 | 0.66 |
| Hex | F2 | C6 | 5D | 0 | 12 | 3E | 5 | 2A | 55 | 42 |
| Octal | 362 | 306 | 135 | 0 | 22 | 76 | 5 | 52 | 125 | 102 |
| Binary | 11110010 | 11000110 | 1011101 | 0 | 10010 | 111110 | 101 | 101010 | 1010101 | 1000010 |
Color Harmonies of #F2C65D
Complementary color
Monochromatic Colors of #F2C65D
Black with #F2C65D
Text Example
Text Example
White with #F2C65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C65D; }
p { color: rgb(242,198,93); }
H1.HeaderClassName
{
color: #F2C65D;
}
.AnyTagClassName
{
color: #F2C65D;
}
</style>
background-color css
<style>
a { background-color: #F2C65D; }
a { background-color: rgb(242,198,93); }
div.DivClassName
{
background-color: #F2C65D;
}
.BgClassName
{
background-color: #F2C65D;
}
</style>
border-color css
<style>
span { border-color: #F2C65D; }
span { border-color: rgb(242,198,93); }
td.TdClassName
{
border-color: #F2C65D;
}
.TagClassName
{
border-color: #F2C65D;
}
</style>