Shades of Cream Can #F6BD42
Tints of Cream Can #F6BD42
RGB
CMYK
RGB Variations
Color information
#F6BD42 (or 0xF6BD42) is known color: Cream Can. HEX triplet: F6, BD and 42. RGB value is (246,189,66). Sum of RGB (Red+Green+Blue) = 246+189+66=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BD42 is #0942BD. Grayscale: #C0C0C0. Windows color (decimal): -606910 or 4374006. OLE color: 4374006.
HSL color Cylindrical-coordinate representation of color #F6BD42: hue angle of 41º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F6BD42 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 66 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.04 |
| HSL | 41º | 0.91% | 0.61% | - |
| HSV(B) | 41º | 0.73% | 0.96% | - |
| XYZ | 57.19 | 56.38 | 13.02 | - |
| YUV | 192.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 66 | 0 | 0.23 | 0.73 | 0.04 | 41 | 0.91 | 0.61 |
| Hex | F6 | BD | 42 | 0 | 17 | 49 | 4 | 29 | 5B | 3D |
| Octal | 366 | 275 | 102 | 0 | 27 | 111 | 4 | 51 | 133 | 75 |
| Binary | 11110110 | 10111101 | 1000010 | 0 | 10111 | 1001001 | 100 | 101001 | 1011011 | 111101 |
Color Harmonies of #F6BD42
Complementary color
Monochromatic Colors of #F6BD42
Black with #F6BD42
Text Example
Text Example
White with #F6BD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BD42; }
p { color: rgb(246,189,66); }
H1.HeaderClassName
{
color: #F6BD42;
}
.AnyTagClassName
{
color: #F6BD42;
}
</style>
background-color css
<style>
a { background-color: #F6BD42; }
a { background-color: rgb(246,189,66); }
div.DivClassName
{
background-color: #F6BD42;
}
.BgClassName
{
background-color: #F6BD42;
}
</style>
border-color css
<style>
span { border-color: #F6BD42; }
span { border-color: rgb(246,189,66); }
td.TdClassName
{
border-color: #F6BD42;
}
.TagClassName
{
border-color: #F6BD42;
}
</style>