Shades of Texas Rose #FBAB5A
Tints of Texas Rose #FBAB5A
RGB
CMYK
RGB Variations
Color information
#FBAB5A (or 0xFBAB5A) is known color: Texas Rose. HEX triplet: FB, AB and 5A. RGB value is (251,171,90). Sum of RGB (Red+Green+Blue) = 251+171+90=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB5A is #0454A5. Grayscale: #BABABA. Windows color (decimal): -283814 or 5942267. OLE color: 5942267.
HSL color Cylindrical-coordinate representation of color #FBAB5A: hue angle of 30.19º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBAB5A is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 90 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.02 |
| HSL | 30.19º | 0.95% | 0.67% | - |
| HSV(B) | 30.19º | 0.64% | 0.98% | - |
| XYZ | 56.19 | 50.37 | 16.43 | - |
| YUV | 185.69 | 74 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 90 | 0 | 0.32 | 0.64 | 0.02 | 30.19 | 0.95 | 0.67 |
| Hex | FB | AB | 5A | 0 | 20 | 40 | 2 | 1E | 5F | 43 |
| Octal | 373 | 253 | 132 | 0 | 40 | 100 | 2 | 36 | 137 | 103 |
| Binary | 11111011 | 10101011 | 1011010 | 0 | 100000 | 1000000 | 10 | 11110 | 1011111 | 1000011 |
Color Harmonies of #FBAB5A
Complementary color
Monochromatic Colors of #FBAB5A
Black with #FBAB5A
Text Example
Text Example
White with #FBAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB5A; }
p { color: rgb(251,171,90); }
H1.HeaderClassName
{
color: #FBAB5A;
}
.AnyTagClassName
{
color: #FBAB5A;
}
</style>
background-color css
<style>
a { background-color: #FBAB5A; }
a { background-color: rgb(251,171,90); }
div.DivClassName
{
background-color: #FBAB5A;
}
.BgClassName
{
background-color: #FBAB5A;
}
</style>
border-color css
<style>
span { border-color: #FBAB5A; }
span { border-color: rgb(251,171,90); }
td.TdClassName
{
border-color: #FBAB5A;
}
.TagClassName
{
border-color: #FBAB5A;
}
</style>