Shades of Texas Rose #FABA5D
Tints of Texas Rose #FABA5D
RGB
CMYK
RGB Variations
Color information
#FABA5D (or 0xFABA5D) is known color: Texas Rose. HEX triplet: FA, BA and 5D. RGB value is (250,186,93). Sum of RGB (Red+Green+Blue) = 250+186+93=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA5D is #0545A2. Grayscale: #C2C2C2. Windows color (decimal): -345507 or 6142714. OLE color: 6142714.
HSL color Cylindrical-coordinate representation of color #FABA5D: hue angle of 35.54º degrees, saturation: 0.94, 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 #FABA5D is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 93 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.02 |
| HSL | 35.54º | 0.94% | 0.67% | - |
| HSV(B) | 35.54º | 0.63% | 0.98% | - |
| XYZ | 58.96 | 56.23 | 18.1 | - |
| YUV | 194.53 | 70.7 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 93 | 0 | 0.26 | 0.63 | 0.02 | 35.54 | 0.94 | 0.67 |
| Hex | FA | BA | 5D | 0 | 1A | 3F | 2 | 24 | 5E | 43 |
| Octal | 372 | 272 | 135 | 0 | 32 | 77 | 2 | 44 | 136 | 103 |
| Binary | 11111010 | 10111010 | 1011101 | 0 | 11010 | 111111 | 10 | 100100 | 1011110 | 1000011 |
Color Harmonies of #FABA5D
Complementary color
Monochromatic Colors of #FABA5D
Black with #FABA5D
Text Example
Text Example
White with #FABA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA5D; }
p { color: rgb(250,186,93); }
H1.HeaderClassName
{
color: #FABA5D;
}
.AnyTagClassName
{
color: #FABA5D;
}
</style>
background-color css
<style>
a { background-color: #FABA5D; }
a { background-color: rgb(250,186,93); }
div.DivClassName
{
background-color: #FABA5D;
}
.BgClassName
{
background-color: #FABA5D;
}
</style>
border-color css
<style>
span { border-color: #FABA5D; }
span { border-color: rgb(250,186,93); }
td.TdClassName
{
border-color: #FABA5D;
}
.TagClassName
{
border-color: #FABA5D;
}
</style>