Shades of Texas Rose #FAB55A
Tints of Texas Rose #FAB55A
RGB
CMYK
RGB Variations
Color information
#FAB55A (or 0xFAB55A) is known color: Texas Rose. HEX triplet: FA, B5 and 5A. RGB value is (250,181,90). Sum of RGB (Red+Green+Blue) = 250+181+90=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB55A is #054AA5. Grayscale: #BFBFBF. Windows color (decimal): -346790 or 5944826. OLE color: 5944826.
HSL color Cylindrical-coordinate representation of color #FAB55A: hue angle of 34.12º degrees, saturation: 0.94, 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 #FAB55A is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 90 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.02 |
| HSL | 34.13º | 0.94% | 0.67% | - |
| HSV(B) | 34.13º | 0.64% | 0.98% | - |
| XYZ | 57.79 | 54.11 | 17.07 | - |
| YUV | 191.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 90 | 0 | 0.28 | 0.64 | 0.02 | 34.13 | 0.94 | 0.67 |
| Hex | FA | B5 | 5A | 0 | 1C | 40 | 2 | 22 | 5E | 43 |
| Octal | 372 | 265 | 132 | 0 | 34 | 100 | 2 | 42 | 136 | 103 |
| Binary | 11111010 | 10110101 | 1011010 | 0 | 11100 | 1000000 | 10 | 100010 | 1011110 | 1000011 |
Color Harmonies of #FAB55A
Complementary color
Monochromatic Colors of #FAB55A
Black with #FAB55A
Text Example
Text Example
White with #FAB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB55A; }
p { color: rgb(250,181,90); }
H1.HeaderClassName
{
color: #FAB55A;
}
.AnyTagClassName
{
color: #FAB55A;
}
</style>
background-color css
<style>
a { background-color: #FAB55A; }
a { background-color: rgb(250,181,90); }
div.DivClassName
{
background-color: #FAB55A;
}
.BgClassName
{
background-color: #FAB55A;
}
</style>
border-color css
<style>
span { border-color: #FAB55A; }
span { border-color: rgb(250,181,90); }
td.TdClassName
{
border-color: #FAB55A;
}
.TagClassName
{
border-color: #FAB55A;
}
</style>