Shades of Texas Rose #FAB15B
Tints of Texas Rose #FAB15B
RGB
CMYK
RGB Variations
Color information
#FAB15B (or 0xFAB15B) is known color: Texas Rose. HEX triplet: FA, B1 and 5B. RGB value is (250,177,91). Sum of RGB (Red+Green+Blue) = 250+177+91=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB15B is #054EA4. Grayscale: #BDBDBD. Windows color (decimal): -347813 or 6009338. OLE color: 6009338.
HSL color Cylindrical-coordinate representation of color #FAB15B: hue angle of 32.45º 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 #FAB15B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 91 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.02 |
| HSL | 32.45º | 0.94% | 0.67% | - |
| HSV(B) | 32.45º | 0.64% | 0.98% | - |
| XYZ | 57.03 | 52.52 | 17.03 | - |
| YUV | 189.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 91 | 0 | 0.29 | 0.64 | 0.02 | 32.45 | 0.94 | 0.67 |
| Hex | FA | B1 | 5B | 0 | 1D | 40 | 2 | 20 | 5E | 43 |
| Octal | 372 | 261 | 133 | 0 | 35 | 100 | 2 | 40 | 136 | 103 |
| Binary | 11111010 | 10110001 | 1011011 | 0 | 11101 | 1000000 | 10 | 100000 | 1011110 | 1000011 |
Color Harmonies of #FAB15B
Complementary color
Monochromatic Colors of #FAB15B
Black with #FAB15B
Text Example
Text Example
White with #FAB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB15B; }
p { color: rgb(250,177,91); }
H1.HeaderClassName
{
color: #FAB15B;
}
.AnyTagClassName
{
color: #FAB15B;
}
</style>
background-color css
<style>
a { background-color: #FAB15B; }
a { background-color: rgb(250,177,91); }
div.DivClassName
{
background-color: #FAB15B;
}
.BgClassName
{
background-color: #FAB15B;
}
</style>
border-color css
<style>
span { border-color: #FAB15B; }
span { border-color: rgb(250,177,91); }
td.TdClassName
{
border-color: #FAB15B;
}
.TagClassName
{
border-color: #FAB15B;
}
</style>