Shades of Wax Flower #F0B09C
Tints of Wax Flower #F0B09C
RGB
CMYK
RGB Variations
Color information
#F0B09C (or 0xF0B09C) is known color: Wax Flower. HEX triplet: F0, B0 and 9C. RGB value is (240,176,156). Sum of RGB (Red+Green+Blue) = 240+176+156=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B09C is #0F4F63. Grayscale: #C0C0C0. Windows color (decimal): -1003364 or 10268912. OLE color: 10268912.
HSL color Cylindrical-coordinate representation of color #F0B09C: hue angle of 14.29º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0B09C is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 156 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.06 |
| HSL | 14.29º | 0.74% | 0.78% | - |
| HSV(B) | 14.29º | 0.35% | 0.94% | - |
| XYZ | 57.46 | 51.98 | 38.46 | - |
| YUV | 192.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 156 | 0 | 0.27 | 0.35 | 0.06 | 14.29 | 0.74 | 0.78 |
| Hex | F0 | B0 | 9C | 0 | 1B | 23 | 6 | E | 4A | 4E |
| Octal | 360 | 260 | 234 | 0 | 33 | 43 | 6 | 16 | 112 | 116 |
| Binary | 11110000 | 10110000 | 10011100 | 0 | 11011 | 100011 | 110 | 1110 | 1001010 | 1001110 |
Color Harmonies of #F0B09C
Complementary color
Monochromatic Colors of #F0B09C
Black with #F0B09C
Text Example
Text Example
White with #F0B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B09C; }
p { color: rgb(240,176,156); }
H1.HeaderClassName
{
color: #F0B09C;
}
.AnyTagClassName
{
color: #F0B09C;
}
</style>
background-color css
<style>
a { background-color: #F0B09C; }
a { background-color: rgb(240,176,156); }
div.DivClassName
{
background-color: #F0B09C;
}
.BgClassName
{
background-color: #F0B09C;
}
</style>
border-color css
<style>
span { border-color: #F0B09C; }
span { border-color: rgb(240,176,156); }
td.TdClassName
{
border-color: #F0B09C;
}
.TagClassName
{
border-color: #F0B09C;
}
</style>