Shades of Texas Rose #F9B85B
Tints of Texas Rose #F9B85B
RGB
CMYK
RGB Variations
Color information
#F9B85B (or 0xF9B85B) is known color: Texas Rose. HEX triplet: F9, B8 and 5B. RGB value is (249,184,91). Sum of RGB (Red+Green+Blue) = 249+184+91=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B85B is #0647A4. Grayscale: #C1C1C1. Windows color (decimal): -411557 or 6011129. OLE color: 6011129.
HSL color Cylindrical-coordinate representation of color #F9B85B: hue angle of 35.32º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9B85B is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 91 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.02 |
| HSL | 35.32º | 0.93% | 0.67% | - |
| HSV(B) | 35.32º | 0.63% | 0.98% | - |
| XYZ | 58.1 | 55.18 | 17.49 | - |
| YUV | 192.83 | 70.53 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 91 | 0 | 0.26 | 0.63 | 0.02 | 35.32 | 0.93 | 0.67 |
| Hex | F9 | B8 | 5B | 0 | 1A | 3F | 2 | 23 | 5D | 43 |
| Octal | 371 | 270 | 133 | 0 | 32 | 77 | 2 | 43 | 135 | 103 |
| Binary | 11111001 | 10111000 | 1011011 | 0 | 11010 | 111111 | 10 | 100011 | 1011101 | 1000011 |
Color Harmonies of #F9B85B
Complementary color
Monochromatic Colors of #F9B85B
Black with #F9B85B
Text Example
Text Example
White with #F9B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B85B; }
p { color: rgb(249,184,91); }
H1.HeaderClassName
{
color: #F9B85B;
}
.AnyTagClassName
{
color: #F9B85B;
}
</style>
background-color css
<style>
a { background-color: #F9B85B; }
a { background-color: rgb(249,184,91); }
div.DivClassName
{
background-color: #F9B85B;
}
.BgClassName
{
background-color: #F9B85B;
}
</style>
border-color css
<style>
span { border-color: #F9B85B; }
span { border-color: rgb(249,184,91); }
td.TdClassName
{
border-color: #F9B85B;
}
.TagClassName
{
border-color: #F9B85B;
}
</style>