Shades of Texas Rose #F9B558
Tints of Texas Rose #F9B558
RGB
CMYK
RGB Variations
Color information
#F9B558 (or 0xF9B558) is known color: Texas Rose. HEX triplet: F9, B5 and 58. RGB value is (249,181,88). Sum of RGB (Red+Green+Blue) = 249+181+88=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B558 is #064AA7. Grayscale: #BFBFBF. Windows color (decimal): -412328 or 5813753. OLE color: 5813753.
HSL color Cylindrical-coordinate representation of color #F9B558: hue angle of 34.66º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9B558 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 181 | 88 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.02 |
| HSL | 34.66º | 0.93% | 0.66% | - |
| HSV(B) | 34.66º | 0.65% | 0.98% | - |
| XYZ | 57.35 | 53.89 | 16.61 | - |
| YUV | 190.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 181 | 88 | 0 | 0.27 | 0.65 | 0.02 | 34.66 | 0.93 | 0.66 |
| Hex | F9 | B5 | 58 | 0 | 1B | 41 | 2 | 23 | 5D | 42 |
| Octal | 371 | 265 | 130 | 0 | 33 | 101 | 2 | 43 | 135 | 102 |
| Binary | 11111001 | 10110101 | 1011000 | 0 | 11011 | 1000001 | 10 | 100011 | 1011101 | 1000010 |
Color Harmonies of #F9B558
Complementary color
Monochromatic Colors of #F9B558
Black with #F9B558
Text Example
Text Example
White with #F9B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B558; }
p { color: rgb(249,181,88); }
H1.HeaderClassName
{
color: #F9B558;
}
.AnyTagClassName
{
color: #F9B558;
}
</style>
background-color css
<style>
a { background-color: #F9B558; }
a { background-color: rgb(249,181,88); }
div.DivClassName
{
background-color: #F9B558;
}
.BgClassName
{
background-color: #F9B558;
}
</style>
border-color css
<style>
span { border-color: #F9B558; }
span { border-color: rgb(249,181,88); }
td.TdClassName
{
border-color: #F9B558;
}
.TagClassName
{
border-color: #F9B558;
}
</style>