Shades of Texas Rose #FFBA5E
Tints of Texas Rose #FFBA5E
RGB
CMYK
RGB Variations
Color information
#FFBA5E (or 0xFFBA5E) is known color: Texas Rose. HEX triplet: FF, BA and 5E. RGB value is (255,186,94). Sum of RGB (Red+Green+Blue) = 255+186+94=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA5E is #0045A1. Grayscale: #C4C4C4. Windows color (decimal): -17826 or 6208255. OLE color: 6208255.
HSL color Cylindrical-coordinate representation of color #FFBA5E: hue angle of 34.29º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFBA5E is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 94 | - |
| CMYK | 0 | 0.27 | 0.63 | 0 |
| HSL | 34.29º | 1% | 0.68% | - |
| HSV(B) | 34.29º | 0.63% | 1% | - |
| XYZ | 60.82 | 57.19 | 18.42 | - |
| YUV | 196.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 94 | 0 | 0.27 | 0.63 | 0 | 34.29 | 1 | 0.68 |
| Hex | FF | BA | 5E | 0 | 1B | 3F | 0 | 22 | 64 | 44 |
| Octal | 377 | 272 | 136 | 0 | 33 | 77 | 0 | 42 | 144 | 104 |
| Binary | 11111111 | 10111010 | 1011110 | 0 | 11011 | 111111 | 0 | 100010 | 1100100 | 1000100 |
Color Harmonies of #FFBA5E
Complementary color
Monochromatic Colors of #FFBA5E
Black with #FFBA5E
Text Example
Text Example
White with #FFBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA5E; }
p { color: rgb(255,186,94); }
H1.HeaderClassName
{
color: #FFBA5E;
}
.AnyTagClassName
{
color: #FFBA5E;
}
</style>
background-color css
<style>
a { background-color: #FFBA5E; }
a { background-color: rgb(255,186,94); }
div.DivClassName
{
background-color: #FFBA5E;
}
.BgClassName
{
background-color: #FFBA5E;
}
</style>
border-color css
<style>
span { border-color: #FFBA5E; }
span { border-color: rgb(255,186,94); }
td.TdClassName
{
border-color: #FFBA5E;
}
.TagClassName
{
border-color: #FFBA5E;
}
</style>