Shades of Texas Rose #FABB5E
Tints of Texas Rose #FABB5E
RGB
CMYK
RGB Variations
Color information
#FABB5E (or 0xFABB5E) is known color: Texas Rose. HEX triplet: FA, BB and 5E. RGB value is (250,187,94). Sum of RGB (Red+Green+Blue) = 250+187+94=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB5E is #0544A1. Grayscale: #C3C3C3. Windows color (decimal): -345250 or 6208506. OLE color: 6208506.
HSL color Cylindrical-coordinate representation of color #FABB5E: hue angle of 35.77º 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 #FABB5E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 94 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.02 |
| HSL | 35.77º | 0.94% | 0.67% | - |
| HSV(B) | 35.77º | 0.62% | 0.98% | - |
| XYZ | 59.22 | 56.67 | 18.41 | - |
| YUV | 195.24 | 70.87 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 94 | 0 | 0.25 | 0.62 | 0.02 | 35.77 | 0.94 | 0.67 |
| Hex | FA | BB | 5E | 0 | 19 | 3E | 2 | 24 | 5E | 43 |
| Octal | 372 | 273 | 136 | 0 | 31 | 76 | 2 | 44 | 136 | 103 |
| Binary | 11111010 | 10111011 | 1011110 | 0 | 11001 | 111110 | 10 | 100100 | 1011110 | 1000011 |
Color Harmonies of #FABB5E
Complementary color
Monochromatic Colors of #FABB5E
Black with #FABB5E
Text Example
Text Example
White with #FABB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB5E; }
p { color: rgb(250,187,94); }
H1.HeaderClassName
{
color: #FABB5E;
}
.AnyTagClassName
{
color: #FABB5E;
}
</style>
background-color css
<style>
a { background-color: #FABB5E; }
a { background-color: rgb(250,187,94); }
div.DivClassName
{
background-color: #FABB5E;
}
.BgClassName
{
background-color: #FABB5E;
}
</style>
border-color css
<style>
span { border-color: #FABB5E; }
span { border-color: rgb(250,187,94); }
td.TdClassName
{
border-color: #FABB5E;
}
.TagClassName
{
border-color: #FABB5E;
}
</style>