Shades of Texas Rose #F9BA5E
Tints of Texas Rose #F9BA5E
RGB
CMYK
RGB Variations
Color information
#F9BA5E (or 0xF9BA5E) is known color: Texas Rose. HEX triplet: F9, BA and 5E. RGB value is (249,186,94). Sum of RGB (Red+Green+Blue) = 249+186+94=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA5E is #0645A1. Grayscale: #C2C2C2. Windows color (decimal): -411042 or 6208249. OLE color: 6208249.
HSL color Cylindrical-coordinate representation of color #F9BA5E: hue angle of 35.61º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9BA5E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 186 | 94 | - |
CMYK | 0 | 0.25 | 0.62 | 0.02 |
HSL | 35.61º | 0.93% | 0.67% | - |
HSV(B) | 35.61º | 0.62% | 0.98% | - |
XYZ | 58.65 | 56.07 | 18.32 | - |
YUV | 194.35 | 71.37 | 166.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 186 | 94 | 0 | 0.25 | 0.62 | 0.02 | 35.61 | 0.93 | 0.67 |
Hex | F9 | BA | 5E | 0 | 19 | 3E | 2 | 24 | 5D | 43 |
Octal | 371 | 272 | 136 | 0 | 31 | 76 | 2 | 44 | 135 | 103 |
Binary | 11111001 | 10111010 | 1011110 | 0 | 11001 | 111110 | 10 | 100100 | 1011101 | 1000011 |
Color Harmonies of #F9BA5E
Complementary color
Monochromatic Colors of #F9BA5E
Black with #F9BA5E
Text Example
Text Example
White with #F9BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA5E; }
p { color: rgb(249,186,94); }
H1.HeaderClassName
{
color: #F9BA5E;
}
.AnyTagClassName
{
color: #F9BA5E;
}
</style>
background-color css
<style>
a { background-color: #F9BA5E; }
a { background-color: rgb(249,186,94); }
div.DivClassName
{
background-color: #F9BA5E;
}
.BgClassName
{
background-color: #F9BA5E;
}
</style>
border-color css
<style>
span { border-color: #F9BA5E; }
span { border-color: rgb(249,186,94); }
td.TdClassName
{
border-color: #F9BA5E;
}
.TagClassName
{
border-color: #F9BA5E;
}
</style>