Shades of Wax Flower #F6B39F
Tints of Wax Flower #F6B39F
RGB
CMYK
RGB Variations
Color information
#F6B39F (or 0xF6B39F) is known color: Wax Flower. HEX triplet: F6, B3 and 9F. RGB value is (246,179,159). Sum of RGB (Red+Green+Blue) = 246+179+159=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B39F is #094C60. Grayscale: #C4C4C4. Windows color (decimal): -609377 or 10466294. OLE color: 10466294.
HSL color Cylindrical-coordinate representation of color #F6B39F: hue angle of 13.79º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6B39F is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 159 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.04 |
| HSL | 13.79º | 0.83% | 0.79% | - |
| HSV(B) | 13.79º | 0.35% | 0.96% | - |
| XYZ | 60.38 | 54.34 | 40.11 | - |
| YUV | 196.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 159 | 0 | 0.27 | 0.35 | 0.04 | 13.79 | 0.83 | 0.79 |
| Hex | F6 | B3 | 9F | 0 | 1B | 23 | 4 | E | 53 | 4F |
| Octal | 366 | 263 | 237 | 0 | 33 | 43 | 4 | 16 | 123 | 117 |
| Binary | 11110110 | 10110011 | 10011111 | 0 | 11011 | 100011 | 100 | 1110 | 1010011 | 1001111 |
Color Harmonies of #F6B39F
Complementary color
Monochromatic Colors of #F6B39F
Black with #F6B39F
Text Example
Text Example
White with #F6B39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B39F; }
p { color: rgb(246,179,159); }
H1.HeaderClassName
{
color: #F6B39F;
}
.AnyTagClassName
{
color: #F6B39F;
}
</style>
background-color css
<style>
a { background-color: #F6B39F; }
a { background-color: rgb(246,179,159); }
div.DivClassName
{
background-color: #F6B39F;
}
.BgClassName
{
background-color: #F6B39F;
}
</style>
border-color css
<style>
span { border-color: #F6B39F; }
span { border-color: rgb(246,179,159); }
td.TdClassName
{
border-color: #F6B39F;
}
.TagClassName
{
border-color: #F6B39F;
}
</style>