Shades of Cream Can #F6BD44
Tints of Cream Can #F6BD44
RGB
CMYK
RGB Variations
Color information
#F6BD44 (or 0xF6BD44) is known color: Cream Can. HEX triplet: F6, BD and 44. RGB value is (246,189,68). Sum of RGB (Red+Green+Blue) = 246+189+68=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BD44 is #0942BB. Grayscale: #C0C0C0. Windows color (decimal): -606908 or 4505078. OLE color: 4505078.
HSL color Cylindrical-coordinate representation of color #F6BD44: hue angle of 40.79º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6BD44 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 68 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.04 |
| HSL | 40.79º | 0.91% | 0.62% | - |
| HSV(B) | 40.79º | 0.72% | 0.96% | - |
| XYZ | 57.25 | 56.41 | 13.34 | - |
| YUV | 192.25 | 57.88 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 68 | 0 | 0.23 | 0.72 | 0.04 | 40.79 | 0.91 | 0.62 |
| Hex | F6 | BD | 44 | 0 | 17 | 48 | 4 | 29 | 5B | 3E |
| Octal | 366 | 275 | 104 | 0 | 27 | 110 | 4 | 51 | 133 | 76 |
| Binary | 11110110 | 10111101 | 1000100 | 0 | 10111 | 1001000 | 100 | 101001 | 1011011 | 111110 |
Color Harmonies of #F6BD44
Complementary color
Monochromatic Colors of #F6BD44
Black with #F6BD44
Text Example
Text Example
White with #F6BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BD44; }
p { color: rgb(246,189,68); }
H1.HeaderClassName
{
color: #F6BD44;
}
.AnyTagClassName
{
color: #F6BD44;
}
</style>
background-color css
<style>
a { background-color: #F6BD44; }
a { background-color: rgb(246,189,68); }
div.DivClassName
{
background-color: #F6BD44;
}
.BgClassName
{
background-color: #F6BD44;
}
</style>
border-color css
<style>
span { border-color: #F6BD44; }
span { border-color: rgb(246,189,68); }
td.TdClassName
{
border-color: #F6BD44;
}
.TagClassName
{
border-color: #F6BD44;
}
</style>