Shades of Texas Rose #FAB55E
Tints of Texas Rose #FAB55E
RGB
CMYK
RGB Variations
Color information
#FAB55E (or 0xFAB55E) is known color: Texas Rose. HEX triplet: FA, B5 and 5E. RGB value is (250,181,94). Sum of RGB (Red+Green+Blue) = 250+181+94=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB55E is #054AA1. Grayscale: #C0C0C0. Windows color (decimal): -346786 or 6206970. OLE color: 6206970.
HSL color Cylindrical-coordinate representation of color #FAB55E: hue angle of 33.46º 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 #FAB55E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 94 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.02 |
| HSL | 33.46º | 0.94% | 0.67% | - |
| HSV(B) | 33.46º | 0.62% | 0.98% | - |
| XYZ | 57.97 | 54.18 | 17.99 | - |
| YUV | 191.71 | 72.86 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 94 | 0 | 0.28 | 0.62 | 0.02 | 33.46 | 0.94 | 0.67 |
| Hex | FA | B5 | 5E | 0 | 1C | 3E | 2 | 21 | 5E | 43 |
| Octal | 372 | 265 | 136 | 0 | 34 | 76 | 2 | 41 | 136 | 103 |
| Binary | 11111010 | 10110101 | 1011110 | 0 | 11100 | 111110 | 10 | 100001 | 1011110 | 1000011 |
Color Harmonies of #FAB55E
Complementary color
Monochromatic Colors of #FAB55E
Black with #FAB55E
Text Example
Text Example
White with #FAB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB55E; }
p { color: rgb(250,181,94); }
H1.HeaderClassName
{
color: #FAB55E;
}
.AnyTagClassName
{
color: #FAB55E;
}
</style>
background-color css
<style>
a { background-color: #FAB55E; }
a { background-color: rgb(250,181,94); }
div.DivClassName
{
background-color: #FAB55E;
}
.BgClassName
{
background-color: #FAB55E;
}
</style>
border-color css
<style>
span { border-color: #FAB55E; }
span { border-color: rgb(250,181,94); }
td.TdClassName
{
border-color: #FAB55E;
}
.TagClassName
{
border-color: #FAB55E;
}
</style>