Shades of Rose Bud #F9A792
Tints of Rose Bud #F9A792
RGB
CMYK
RGB Variations
Color information
#F9A792 (or 0xF9A792) is known color: Rose Bud. HEX triplet: F9, A7 and 92. RGB value is (249,167,146). Sum of RGB (Red+Green+Blue) = 249+167+146=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A792 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A792 is #06586D. Grayscale: #BDBDBD. Windows color (decimal): -415854 or 9611257. OLE color: 9611257.
HSL color Cylindrical-coordinate representation of color #F9A792: hue angle of 12.23º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9A792 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 167 | 146 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.02 |
| HSL | 12.23º | 0.9% | 0.77% | - |
| HSV(B) | 12.23º | 0.41% | 0.98% | - |
| XYZ | 58.07 | 49.85 | 33.76 | - |
| YUV | 189.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 167 | 146 | 0 | 0.33 | 0.41 | 0.02 | 12.23 | 0.9 | 0.77 |
| Hex | F9 | A7 | 92 | 0 | 21 | 29 | 2 | C | 5A | 4D |
| Octal | 371 | 247 | 222 | 0 | 41 | 51 | 2 | 14 | 132 | 115 |
| Binary | 11111001 | 10100111 | 10010010 | 0 | 100001 | 101001 | 10 | 1100 | 1011010 | 1001101 |
Color Harmonies of #F9A792
Complementary color
Monochromatic Colors of #F9A792
Black with #F9A792
Text Example
Text Example
White with #F9A792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A792; }
p { color: rgb(249,167,146); }
H1.HeaderClassName
{
color: #F9A792;
}
.AnyTagClassName
{
color: #F9A792;
}
</style>
background-color css
<style>
a { background-color: #F9A792; }
a { background-color: rgb(249,167,146); }
div.DivClassName
{
background-color: #F9A792;
}
.BgClassName
{
background-color: #F9A792;
}
</style>
border-color css
<style>
span { border-color: #F9A792; }
span { border-color: rgb(249,167,146); }
td.TdClassName
{
border-color: #F9A792;
}
.TagClassName
{
border-color: #F9A792;
}
</style>