Shades of Cream Can #F2BD54
Tints of Cream Can #F2BD54
RGB
CMYK
RGB Variations
Color information
#F2BD54 (or 0xF2BD54) is known color: Cream Can. HEX triplet: F2, BD and 54. RGB value is (242,189,84). Sum of RGB (Red+Green+Blue) = 242+189+84=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD54 is #0D42AB. Grayscale: #C1C1C1. Windows color (decimal): -869036 or 5553650. OLE color: 5553650.
HSL color Cylindrical-coordinate representation of color #F2BD54: hue angle of 39.87º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2BD54 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 84 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.05 |
| HSL | 39.87º | 0.86% | 0.64% | - |
| HSV(B) | 39.87º | 0.65% | 0.95% | - |
| XYZ | 56.42 | 55.91 | 16.21 | - |
| YUV | 192.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 84 | 0 | 0.22 | 0.65 | 0.05 | 39.87 | 0.86 | 0.64 |
| Hex | F2 | BD | 54 | 0 | 16 | 41 | 5 | 28 | 56 | 40 |
| Octal | 362 | 275 | 124 | 0 | 26 | 101 | 5 | 50 | 126 | 100 |
| Binary | 11110010 | 10111101 | 1010100 | 0 | 10110 | 1000001 | 101 | 101000 | 1010110 | 1000000 |
Color Harmonies of #F2BD54
Complementary color
Monochromatic Colors of #F2BD54
Black with #F2BD54
Text Example
Text Example
White with #F2BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD54; }
p { color: rgb(242,189,84); }
H1.HeaderClassName
{
color: #F2BD54;
}
.AnyTagClassName
{
color: #F2BD54;
}
</style>
background-color css
<style>
a { background-color: #F2BD54; }
a { background-color: rgb(242,189,84); }
div.DivClassName
{
background-color: #F2BD54;
}
.BgClassName
{
background-color: #F2BD54;
}
</style>
border-color css
<style>
span { border-color: #F2BD54; }
span { border-color: rgb(242,189,84); }
td.TdClassName
{
border-color: #F2BD54;
}
.TagClassName
{
border-color: #F2BD54;
}
</style>