Shades of Cream Can #F6C051
Tints of Cream Can #F6C051
RGB
CMYK
RGB Variations
Color information
#F6C051 (or 0xF6C051) is known color: Cream Can. HEX triplet: F6, C0 and 51. RGB value is (246,192,81). Sum of RGB (Red+Green+Blue) = 246+192+81=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 81 (32.03% from 255 or 15.61% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C051 is #093FAE. Grayscale: #C3C3C3. Windows color (decimal): -606127 or 5357814. OLE color: 5357814.
HSL color Cylindrical-coordinate representation of color #F6C051: hue angle of 40.36º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6C051 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 81 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.04 |
| HSL | 40.36º | 0.9% | 0.64% | - |
| HSV(B) | 40.36º | 0.67% | 0.96% | - |
| XYZ | 58.34 | 57.89 | 15.88 | - |
| YUV | 195.49 | 63.39 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 81 | 0 | 0.22 | 0.67 | 0.04 | 40.36 | 0.9 | 0.64 |
| Hex | F6 | C0 | 51 | 0 | 16 | 43 | 4 | 28 | 5A | 40 |
| Octal | 366 | 300 | 121 | 0 | 26 | 103 | 4 | 50 | 132 | 100 |
| Binary | 11110110 | 11000000 | 1010001 | 0 | 10110 | 1000011 | 100 | 101000 | 1011010 | 1000000 |
Color Harmonies of #F6C051
Complementary color
Monochromatic Colors of #F6C051
Black with #F6C051
Text Example
Text Example
White with #F6C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C051; }
p { color: rgb(246,192,81); }
H1.HeaderClassName
{
color: #F6C051;
}
.AnyTagClassName
{
color: #F6C051;
}
</style>
background-color css
<style>
a { background-color: #F6C051; }
a { background-color: rgb(246,192,81); }
div.DivClassName
{
background-color: #F6C051;
}
.BgClassName
{
background-color: #F6C051;
}
</style>
border-color css
<style>
span { border-color: #F6C051; }
span { border-color: rgb(246,192,81); }
td.TdClassName
{
border-color: #F6C051;
}
.TagClassName
{
border-color: #F6C051;
}
</style>