Shades of Texas Rose #FFA850
Tints of Texas Rose #FFA850
RGB
CMYK
RGB Variations
Color information
#FFA850 (or 0xFFA850) is known color: Texas Rose. HEX triplet: FF, A8 and 50. RGB value is (255,168,80). Sum of RGB (Red+Green+Blue) = 255+168+80=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA850 is #0057AF. Grayscale: #B8B8B8. Windows color (decimal): -22448 or 5286143. OLE color: 5286143.
HSL color Cylindrical-coordinate representation of color #FFA850: hue angle of 30.17º 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 #FFA850 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 80 | - |
| CMYK | 0 | 0.34 | 0.69 | 0 |
| HSL | 30.17º | 1% | 0.66% | - |
| HSV(B) | 30.17º | 0.69% | 1% | - |
| XYZ | 56.69 | 49.84 | 14.22 | - |
| YUV | 183.98 | 69.32 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 80 | 0 | 0.34 | 0.69 | 0 | 30.17 | 1 | 0.66 |
| Hex | FF | A8 | 50 | 0 | 22 | 45 | 0 | 1E | 64 | 42 |
| Octal | 377 | 250 | 120 | 0 | 42 | 105 | 0 | 36 | 144 | 102 |
| Binary | 11111111 | 10101000 | 1010000 | 0 | 100010 | 1000101 | 0 | 11110 | 1100100 | 1000010 |
Color Harmonies of #FFA850
Complementary color
Monochromatic Colors of #FFA850
Black with #FFA850
Text Example
Text Example
White with #FFA850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA850; }
p { color: rgb(255,168,80); }
H1.HeaderClassName
{
color: #FFA850;
}
.AnyTagClassName
{
color: #FFA850;
}
</style>
background-color css
<style>
a { background-color: #FFA850; }
a { background-color: rgb(255,168,80); }
div.DivClassName
{
background-color: #FFA850;
}
.BgClassName
{
background-color: #FFA850;
}
</style>
border-color css
<style>
span { border-color: #FFA850; }
span { border-color: rgb(255,168,80); }
td.TdClassName
{
border-color: #FFA850;
}
.TagClassName
{
border-color: #FFA850;
}
</style>