Shades of Texas Rose #FAB059
Tints of Texas Rose #FAB059
RGB
CMYK
RGB Variations
Color information
#FAB059 (or 0xFAB059) is known color: Texas Rose. HEX triplet: FA, B0 and 59. RGB value is (250,176,89). Sum of RGB (Red+Green+Blue) = 250+176+89=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB059 is #054FA6. Grayscale: #BCBCBC. Windows color (decimal): -348071 or 5878010. OLE color: 5878010.
HSL color Cylindrical-coordinate representation of color #FAB059: hue angle of 32.42º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAB059 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 89 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.02 |
| HSL | 32.42º | 0.94% | 0.66% | - |
| HSV(B) | 32.42º | 0.64% | 0.98% | - |
| XYZ | 56.75 | 52.1 | 16.52 | - |
| YUV | 188.21 | 72.02 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 89 | 0 | 0.30 | 0.64 | 0.02 | 32.42 | 0.94 | 0.66 |
| Hex | FA | B0 | 59 | 0 | 1E | 40 | 2 | 20 | 5E | 42 |
| Octal | 372 | 260 | 131 | 0 | 36 | 100 | 2 | 40 | 136 | 102 |
| Binary | 11111010 | 10110000 | 1011001 | 0 | 11110 | 1000000 | 10 | 100000 | 1011110 | 1000010 |
Color Harmonies of #FAB059
Complementary color
Monochromatic Colors of #FAB059
Black with #FAB059
Text Example
Text Example
White with #FAB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB059; }
p { color: rgb(250,176,89); }
H1.HeaderClassName
{
color: #FAB059;
}
.AnyTagClassName
{
color: #FAB059;
}
</style>
background-color css
<style>
a { background-color: #FAB059; }
a { background-color: rgb(250,176,89); }
div.DivClassName
{
background-color: #FAB059;
}
.BgClassName
{
background-color: #FAB059;
}
</style>
border-color css
<style>
span { border-color: #FAB059; }
span { border-color: rgb(250,176,89); }
td.TdClassName
{
border-color: #FAB059;
}
.TagClassName
{
border-color: #FAB059;
}
</style>