Shades of Texas Rose #FABA5E
Tints of Texas Rose #FABA5E
RGB
CMYK
RGB Variations
Color information
#FABA5E (or 0xFABA5E) is known color: Texas Rose. HEX triplet: FA, BA and 5E. RGB value is (250,186,94). Sum of RGB (Red+Green+Blue) = 250+186+94=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA5E is #0545A1. Grayscale: #C3C3C3. Windows color (decimal): -345506 or 6208250. OLE color: 6208250.
HSL color Cylindrical-coordinate representation of color #FABA5E: hue angle of 35.38º degrees, saturation: 0.94, 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 #FABA5E is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 94 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.02 |
| HSL | 35.38º | 0.94% | 0.67% | - |
| HSV(B) | 35.38º | 0.62% | 0.98% | - |
| XYZ | 59 | 56.25 | 18.34 | - |
| YUV | 194.65 | 71.2 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 94 | 0 | 0.26 | 0.62 | 0.02 | 35.38 | 0.94 | 0.67 |
| Hex | FA | BA | 5E | 0 | 1A | 3E | 2 | 23 | 5E | 43 |
| Octal | 372 | 272 | 136 | 0 | 32 | 76 | 2 | 43 | 136 | 103 |
| Binary | 11111010 | 10111010 | 1011110 | 0 | 11010 | 111110 | 10 | 100011 | 1011110 | 1000011 |
Color Harmonies of #FABA5E
Complementary color
Monochromatic Colors of #FABA5E
Black with #FABA5E
Text Example
Text Example
White with #FABA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA5E; }
p { color: rgb(250,186,94); }
H1.HeaderClassName
{
color: #FABA5E;
}
.AnyTagClassName
{
color: #FABA5E;
}
</style>
background-color css
<style>
a { background-color: #FABA5E; }
a { background-color: rgb(250,186,94); }
div.DivClassName
{
background-color: #FABA5E;
}
.BgClassName
{
background-color: #FABA5E;
}
</style>
border-color css
<style>
span { border-color: #FABA5E; }
span { border-color: rgb(250,186,94); }
td.TdClassName
{
border-color: #FABA5E;
}
.TagClassName
{
border-color: #FABA5E;
}
</style>