Shades of Texas Rose #FFAB50
Tints of Texas Rose #FFAB50
RGB
CMYK
RGB Variations
Color information
#FFAB50 (or 0xFFAB50) is known color: Texas Rose. HEX triplet: FF, AB and 50. RGB value is (255,171,80). Sum of RGB (Red+Green+Blue) = 255+171+80=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB50 is #0054AF. Grayscale: #BABABA. Windows color (decimal): -21680 or 5286911. OLE color: 5286911.
HSL color Cylindrical-coordinate representation of color #FFAB50: hue angle of 31.2º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFAB50 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 80 | - |
| CMYK | 0 | 0.33 | 0.69 | 0 |
| HSL | 31.2º | 1% | 0.66% | - |
| HSV(B) | 31.2º | 0.69% | 1% | - |
| XYZ | 57.25 | 50.97 | 14.41 | - |
| YUV | 185.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 80 | 0 | 0.33 | 0.69 | 0 | 31.2 | 1 | 0.66 |
| Hex | FF | AB | 50 | 0 | 21 | 45 | 0 | 1F | 64 | 42 |
| Octal | 377 | 253 | 120 | 0 | 41 | 105 | 0 | 37 | 144 | 102 |
| Binary | 11111111 | 10101011 | 1010000 | 0 | 100001 | 1000101 | 0 | 11111 | 1100100 | 1000010 |
Color Harmonies of #FFAB50
Complementary color
Monochromatic Colors of #FFAB50
Black with #FFAB50
Text Example
Text Example
White with #FFAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB50; }
p { color: rgb(255,171,80); }
H1.HeaderClassName
{
color: #FFAB50;
}
.AnyTagClassName
{
color: #FFAB50;
}
</style>
background-color css
<style>
a { background-color: #FFAB50; }
a { background-color: rgb(255,171,80); }
div.DivClassName
{
background-color: #FFAB50;
}
.BgClassName
{
background-color: #FFAB50;
}
</style>
border-color css
<style>
span { border-color: #FFAB50; }
span { border-color: rgb(255,171,80); }
td.TdClassName
{
border-color: #FFAB50;
}
.TagClassName
{
border-color: #FFAB50;
}
</style>