Shades of Texas Rose #FAB257
Tints of Texas Rose #FAB257
RGB
CMYK
RGB Variations
Color information
#FAB257 (or 0xFAB257) is known color: Texas Rose. HEX triplet: FA, B2 and 57. RGB value is (250,178,87). Sum of RGB (Red+Green+Blue) = 250+178+87=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB257 is #054DA8. Grayscale: #BDBDBD. Windows color (decimal): -347561 or 5747450. OLE color: 5747450.
HSL color Cylindrical-coordinate representation of color #FAB257: hue angle of 33.5º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAB257 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 87 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.02 |
| HSL | 33.5º | 0.94% | 0.66% | - |
| HSV(B) | 33.5º | 0.65% | 0.98% | - |
| XYZ | 57.07 | 52.85 | 16.21 | - |
| YUV | 189.15 | 70.35 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 87 | 0 | 0.29 | 0.65 | 0.02 | 33.5 | 0.94 | 0.66 |
| Hex | FA | B2 | 57 | 0 | 1D | 41 | 2 | 21 | 5E | 42 |
| Octal | 372 | 262 | 127 | 0 | 35 | 101 | 2 | 41 | 136 | 102 |
| Binary | 11111010 | 10110010 | 1010111 | 0 | 11101 | 1000001 | 10 | 100001 | 1011110 | 1000010 |
Color Harmonies of #FAB257
Complementary color
Monochromatic Colors of #FAB257
Black with #FAB257
Text Example
Text Example
White with #FAB257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB257; }
p { color: rgb(250,178,87); }
H1.HeaderClassName
{
color: #FAB257;
}
.AnyTagClassName
{
color: #FAB257;
}
</style>
background-color css
<style>
a { background-color: #FAB257; }
a { background-color: rgb(250,178,87); }
div.DivClassName
{
background-color: #FAB257;
}
.BgClassName
{
background-color: #FAB257;
}
</style>
border-color css
<style>
span { border-color: #FAB257; }
span { border-color: rgb(250,178,87); }
td.TdClassName
{
border-color: #FAB257;
}
.TagClassName
{
border-color: #FAB257;
}
</style>