Shades of Texas Rose #FAB15A
Tints of Texas Rose #FAB15A
RGB
CMYK
RGB Variations
Color information
#FAB15A (or 0xFAB15A) is known color: Texas Rose. HEX triplet: FA, B1 and 5A. RGB value is (250,177,90). Sum of RGB (Red+Green+Blue) = 250+177+90=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB15A is #054EA5. Grayscale: #BDBDBD. Windows color (decimal): -347814 or 5943802. OLE color: 5943802.
HSL color Cylindrical-coordinate representation of color #FAB15A: hue angle of 32.62º 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 #FAB15A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 90 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.02 |
| HSL | 32.63º | 0.94% | 0.67% | - |
| HSV(B) | 32.63º | 0.64% | 0.98% | - |
| XYZ | 56.99 | 52.51 | 16.8 | - |
| YUV | 188.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 90 | 0 | 0.29 | 0.64 | 0.02 | 32.63 | 0.94 | 0.67 |
| Hex | FA | B1 | 5A | 0 | 1D | 40 | 2 | 21 | 5E | 43 |
| Octal | 372 | 261 | 132 | 0 | 35 | 100 | 2 | 41 | 136 | 103 |
| Binary | 11111010 | 10110001 | 1011010 | 0 | 11101 | 1000000 | 10 | 100001 | 1011110 | 1000011 |
Color Harmonies of #FAB15A
Complementary color
Monochromatic Colors of #FAB15A
Black with #FAB15A
Text Example
Text Example
White with #FAB15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB15A; }
p { color: rgb(250,177,90); }
H1.HeaderClassName
{
color: #FAB15A;
}
.AnyTagClassName
{
color: #FAB15A;
}
</style>
background-color css
<style>
a { background-color: #FAB15A; }
a { background-color: rgb(250,177,90); }
div.DivClassName
{
background-color: #FAB15A;
}
.BgClassName
{
background-color: #FAB15A;
}
</style>
border-color css
<style>
span { border-color: #FAB15A; }
span { border-color: rgb(250,177,90); }
td.TdClassName
{
border-color: #FAB15A;
}
.TagClassName
{
border-color: #FAB15A;
}
</style>