Shades of Texas Rose #FAA856
Tints of Texas Rose #FAA856
RGB
CMYK
RGB Variations
Color information
#FAA856 (or 0xFAA856) is known color: Texas Rose. HEX triplet: FA, A8 and 56. RGB value is (250,168,86). Sum of RGB (Red+Green+Blue) = 250+168+86=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA856 is #0557A9. Grayscale: #B7B7B7. Windows color (decimal): -350122 or 5679354. OLE color: 5679354.
HSL color Cylindrical-coordinate representation of color #FAA856: hue angle of 30º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAA856 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 86 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.02 |
| HSL | 30º | 0.94% | 0.66% | - |
| HSV(B) | 30º | 0.66% | 0.98% | - |
| XYZ | 55.11 | 49 | 15.36 | - |
| YUV | 183.17 | 73.17 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 86 | 0 | 0.33 | 0.66 | 0.02 | 30 | 0.94 | 0.66 |
| Hex | FA | A8 | 56 | 0 | 21 | 42 | 2 | 1E | 5E | 42 |
| Octal | 372 | 250 | 126 | 0 | 41 | 102 | 2 | 36 | 136 | 102 |
| Binary | 11111010 | 10101000 | 1010110 | 0 | 100001 | 1000010 | 10 | 11110 | 1011110 | 1000010 |
Color Harmonies of #FAA856
Complementary color
Monochromatic Colors of #FAA856
Black with #FAA856
Text Example
Text Example
White with #FAA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA856; }
p { color: rgb(250,168,86); }
H1.HeaderClassName
{
color: #FAA856;
}
.AnyTagClassName
{
color: #FAA856;
}
</style>
background-color css
<style>
a { background-color: #FAA856; }
a { background-color: rgb(250,168,86); }
div.DivClassName
{
background-color: #FAA856;
}
.BgClassName
{
background-color: #FAA856;
}
</style>
border-color css
<style>
span { border-color: #FAA856; }
span { border-color: rgb(250,168,86); }
td.TdClassName
{
border-color: #FAA856;
}
.TagClassName
{
border-color: #FAA856;
}
</style>