Shades of Cream Can #F2BD43
Tints of Cream Can #F2BD43
RGB
CMYK
RGB Variations
Color information
#F2BD43 (or 0xF2BD43) is known color: Cream Can. HEX triplet: F2, BD and 43. RGB value is (242,189,67). Sum of RGB (Red+Green+Blue) = 242+189+67=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 67 (26.56% from 255 or 13.45% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BD43 is #0D42BC. Grayscale: #BFBFBF. Windows color (decimal): -869053 or 4439538. OLE color: 4439538.
HSL color Cylindrical-coordinate representation of color #F2BD43: hue angle of 41.83º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2BD43 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 67 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.05 |
| HSL | 41.83º | 0.87% | 0.61% | - |
| HSV(B) | 41.83º | 0.72% | 0.95% | - |
| XYZ | 55.83 | 55.68 | 13.11 | - |
| YUV | 190.94 | 58.06 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 67 | 0 | 0.22 | 0.72 | 0.05 | 41.83 | 0.87 | 0.61 |
| Hex | F2 | BD | 43 | 0 | 16 | 48 | 5 | 2A | 57 | 3D |
| Octal | 362 | 275 | 103 | 0 | 26 | 110 | 5 | 52 | 127 | 75 |
| Binary | 11110010 | 10111101 | 1000011 | 0 | 10110 | 1001000 | 101 | 101010 | 1010111 | 111101 |
Color Harmonies of #F2BD43
Complementary color
Monochromatic Colors of #F2BD43
Black with #F2BD43
Text Example
Text Example
White with #F2BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD43; }
p { color: rgb(242,189,67); }
H1.HeaderClassName
{
color: #F2BD43;
}
.AnyTagClassName
{
color: #F2BD43;
}
</style>
background-color css
<style>
a { background-color: #F2BD43; }
a { background-color: rgb(242,189,67); }
div.DivClassName
{
background-color: #F2BD43;
}
.BgClassName
{
background-color: #F2BD43;
}
</style>
border-color css
<style>
span { border-color: #F2BD43; }
span { border-color: rgb(242,189,67); }
td.TdClassName
{
border-color: #F2BD43;
}
.TagClassName
{
border-color: #F2BD43;
}
</style>