Shades of Texas Rose #FFAB51
Tints of Texas Rose #FFAB51
RGB
CMYK
RGB Variations
Color information
#FFAB51 (or 0xFFAB51) is known color: Texas Rose. HEX triplet: FF, AB and 51. RGB value is (255,171,81). Sum of RGB (Red+Green+Blue) = 255+171+81=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB51 is #0054AE. Grayscale: #BABABA. Windows color (decimal): -21679 or 5352447. OLE color: 5352447.
HSL color Cylindrical-coordinate representation of color #FFAB51: hue angle of 31.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFAB51 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 81 | - |
| CMYK | 0 | 0.33 | 0.68 | 0 |
| HSL | 31.03º | 1% | 0.66% | - |
| HSV(B) | 31.03º | 0.68% | 1% | - |
| XYZ | 57.29 | 50.98 | 14.61 | - |
| YUV | 185.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 81 | 0 | 0.33 | 0.68 | 0 | 31.03 | 1 | 0.66 |
| Hex | FF | AB | 51 | 0 | 21 | 44 | 0 | 1F | 64 | 42 |
| Octal | 377 | 253 | 121 | 0 | 41 | 104 | 0 | 37 | 144 | 102 |
| Binary | 11111111 | 10101011 | 1010001 | 0 | 100001 | 1000100 | 0 | 11111 | 1100100 | 1000010 |
Color Harmonies of #FFAB51
Complementary color
Monochromatic Colors of #FFAB51
Black with #FFAB51
Text Example
Text Example
White with #FFAB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB51; }
p { color: rgb(255,171,81); }
H1.HeaderClassName
{
color: #FFAB51;
}
.AnyTagClassName
{
color: #FFAB51;
}
</style>
background-color css
<style>
a { background-color: #FFAB51; }
a { background-color: rgb(255,171,81); }
div.DivClassName
{
background-color: #FFAB51;
}
.BgClassName
{
background-color: #FFAB51;
}
</style>
border-color css
<style>
span { border-color: #FFAB51; }
span { border-color: rgb(255,171,81); }
td.TdClassName
{
border-color: #FFAB51;
}
.TagClassName
{
border-color: #FFAB51;
}
</style>