Shades of Cream Can #F6C04B
Tints of Cream Can #F6C04B
RGB
CMYK
RGB Variations
Color information
#F6C04B (or 0xF6C04B) is known color: Cream Can. HEX triplet: F6, C0 and 4B. RGB value is (246,192,75). Sum of RGB (Red+Green+Blue) = 246+192+75=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C04B is #093FB4. Grayscale: #C3C3C3. Windows color (decimal): -606133 or 4964598. OLE color: 4964598.
HSL color Cylindrical-coordinate representation of color #F6C04B: hue angle of 41.05º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6C04B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 75 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.04 |
| HSL | 41.05º | 0.9% | 0.63% | - |
| HSV(B) | 41.05º | 0.7% | 0.96% | - |
| XYZ | 58.13 | 57.8 | 14.75 | - |
| YUV | 194.81 | 60.39 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 75 | 0 | 0.22 | 0.70 | 0.04 | 41.05 | 0.9 | 0.63 |
| Hex | F6 | C0 | 4B | 0 | 16 | 46 | 4 | 29 | 5A | 3F |
| Octal | 366 | 300 | 113 | 0 | 26 | 106 | 4 | 51 | 132 | 77 |
| Binary | 11110110 | 11000000 | 1001011 | 0 | 10110 | 1000110 | 100 | 101001 | 1011010 | 111111 |
Color Harmonies of #F6C04B
Complementary color
Monochromatic Colors of #F6C04B
Black with #F6C04B
Text Example
Text Example
White with #F6C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C04B; }
p { color: rgb(246,192,75); }
H1.HeaderClassName
{
color: #F6C04B;
}
.AnyTagClassName
{
color: #F6C04B;
}
</style>
background-color css
<style>
a { background-color: #F6C04B; }
a { background-color: rgb(246,192,75); }
div.DivClassName
{
background-color: #F6C04B;
}
.BgClassName
{
background-color: #F6C04B;
}
</style>
border-color css
<style>
span { border-color: #F6C04B; }
span { border-color: rgb(246,192,75); }
td.TdClassName
{
border-color: #F6C04B;
}
.TagClassName
{
border-color: #F6C04B;
}
</style>