Shades of Cream Can #F2BA4E
Tints of Cream Can #F2BA4E
RGB
CMYK
RGB Variations
Color information
#F2BA4E (or 0xF2BA4E) is known color: Cream Can. HEX triplet: F2, BA and 4E. RGB value is (242,186,78). Sum of RGB (Red+Green+Blue) = 242+186+78=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA4E is #0D45B1. Grayscale: #BEBEBE. Windows color (decimal): -869810 or 5159666. OLE color: 5159666.
HSL color Cylindrical-coordinate representation of color #F2BA4E: hue angle of 39.51º 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 #F2BA4E is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 78 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.05 |
| HSL | 39.51º | 0.86% | 0.63% | - |
| HSV(B) | 39.51º | 0.68% | 0.95% | - |
| XYZ | 55.55 | 54.55 | 14.81 | - |
| YUV | 190.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 78 | 0 | 0.23 | 0.68 | 0.05 | 39.51 | 0.86 | 0.63 |
| Hex | F2 | BA | 4E | 0 | 17 | 44 | 5 | 28 | 56 | 3F |
| Octal | 362 | 272 | 116 | 0 | 27 | 104 | 5 | 50 | 126 | 77 |
| Binary | 11110010 | 10111010 | 1001110 | 0 | 10111 | 1000100 | 101 | 101000 | 1010110 | 111111 |
Color Harmonies of #F2BA4E
Complementary color
Monochromatic Colors of #F2BA4E
Black with #F2BA4E
Text Example
Text Example
White with #F2BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA4E; }
p { color: rgb(242,186,78); }
H1.HeaderClassName
{
color: #F2BA4E;
}
.AnyTagClassName
{
color: #F2BA4E;
}
</style>
background-color css
<style>
a { background-color: #F2BA4E; }
a { background-color: rgb(242,186,78); }
div.DivClassName
{
background-color: #F2BA4E;
}
.BgClassName
{
background-color: #F2BA4E;
}
</style>
border-color css
<style>
span { border-color: #F2BA4E; }
span { border-color: rgb(242,186,78); }
td.TdClassName
{
border-color: #F2BA4E;
}
.TagClassName
{
border-color: #F2BA4E;
}
</style>