Shades of Texas Rose #FAB153
Tints of Texas Rose #FAB153
RGB
CMYK
RGB Variations
Color information
#FAB153 (or 0xFAB153) is known color: Texas Rose. HEX triplet: FA, B1 and 53. RGB value is (250,177,83). Sum of RGB (Red+Green+Blue) = 250+177+83=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB153 is #054EAC. Grayscale: #BCBCBC. Windows color (decimal): -347821 or 5485050. OLE color: 5485050.
HSL color Cylindrical-coordinate representation of color #FAB153: hue angle of 33.77º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAB153 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 83 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.02 |
| HSL | 33.77º | 0.94% | 0.65% | - |
| HSV(B) | 33.77º | 0.67% | 0.98% | - |
| XYZ | 56.71 | 52.39 | 15.31 | - |
| YUV | 188.11 | 68.68 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 83 | 0 | 0.29 | 0.67 | 0.02 | 33.77 | 0.94 | 0.65 |
| Hex | FA | B1 | 53 | 0 | 1D | 43 | 2 | 22 | 5E | 41 |
| Octal | 372 | 261 | 123 | 0 | 35 | 103 | 2 | 42 | 136 | 101 |
| Binary | 11111010 | 10110001 | 1010011 | 0 | 11101 | 1000011 | 10 | 100010 | 1011110 | 1000001 |
Color Harmonies of #FAB153
Complementary color
Monochromatic Colors of #FAB153
Black with #FAB153
Text Example
Text Example
White with #FAB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB153; }
p { color: rgb(250,177,83); }
H1.HeaderClassName
{
color: #FAB153;
}
.AnyTagClassName
{
color: #FAB153;
}
</style>
background-color css
<style>
a { background-color: #FAB153; }
a { background-color: rgb(250,177,83); }
div.DivClassName
{
background-color: #FAB153;
}
.BgClassName
{
background-color: #FAB153;
}
</style>
border-color css
<style>
span { border-color: #FAB153; }
span { border-color: rgb(250,177,83); }
td.TdClassName
{
border-color: #FAB153;
}
.TagClassName
{
border-color: #FAB153;
}
</style>