Shades of Cream Can #F2BC4F
Tints of Cream Can #F2BC4F
RGB
CMYK
RGB Variations
Color information
#F2BC4F (or 0xF2BC4F) is known color: Cream Can. HEX triplet: F2, BC and 4F. RGB value is (242,188,79). Sum of RGB (Red+Green+Blue) = 242+188+79=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC4F is #0D43B0. Grayscale: #C0C0C0. Windows color (decimal): -869297 or 5225714. OLE color: 5225714.
HSL color Cylindrical-coordinate representation of color #F2BC4F: hue angle of 40.12º 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 #F2BC4F is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 79 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.05 |
| HSL | 40.12º | 0.86% | 0.63% | - |
| HSV(B) | 40.12º | 0.67% | 0.95% | - |
| XYZ | 56.01 | 55.41 | 15.14 | - |
| YUV | 191.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 79 | 0 | 0.22 | 0.67 | 0.05 | 40.12 | 0.86 | 0.63 |
| Hex | F2 | BC | 4F | 0 | 16 | 43 | 5 | 28 | 56 | 3F |
| Octal | 362 | 274 | 117 | 0 | 26 | 103 | 5 | 50 | 126 | 77 |
| Binary | 11110010 | 10111100 | 1001111 | 0 | 10110 | 1000011 | 101 | 101000 | 1010110 | 111111 |
Color Harmonies of #F2BC4F
Complementary color
Monochromatic Colors of #F2BC4F
Black with #F2BC4F
Text Example
Text Example
White with #F2BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC4F; }
p { color: rgb(242,188,79); }
H1.HeaderClassName
{
color: #F2BC4F;
}
.AnyTagClassName
{
color: #F2BC4F;
}
</style>
background-color css
<style>
a { background-color: #F2BC4F; }
a { background-color: rgb(242,188,79); }
div.DivClassName
{
background-color: #F2BC4F;
}
.BgClassName
{
background-color: #F2BC4F;
}
</style>
border-color css
<style>
span { border-color: #F2BC4F; }
span { border-color: rgb(242,188,79); }
td.TdClassName
{
border-color: #F2BC4F;
}
.TagClassName
{
border-color: #F2BC4F;
}
</style>