Shades of Texas Rose #FAAF55
Tints of Texas Rose #FAAF55
RGB
CMYK
RGB Variations
Color information
#FAAF55 (or 0xFAAF55) is known color: Texas Rose. HEX triplet: FA, AF and 55. RGB value is (250,175,85). Sum of RGB (Red+Green+Blue) = 250+175+85=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF55 is #0550AA. Grayscale: #BBBBBB. Windows color (decimal): -348331 or 5615610. OLE color: 5615610.
HSL color Cylindrical-coordinate representation of color #FAAF55: hue angle of 32.73º 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 #FAAF55 is Cyan = 0, Magento = 0.3, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 85 | - |
| CMYK | 0 | 0.3 | 0.66 | 0.02 |
| HSL | 32.73º | 0.94% | 0.66% | - |
| HSV(B) | 32.73º | 0.66% | 0.98% | - |
| XYZ | 56.39 | 51.64 | 15.59 | - |
| YUV | 187.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 85 | 0 | 0.3 | 0.66 | 0.02 | 32.73 | 0.94 | 0.66 |
| Hex | FA | AF | 55 | 0 | 1E | 42 | 2 | 21 | 5E | 42 |
| Octal | 372 | 257 | 125 | 0 | 36 | 102 | 2 | 41 | 136 | 102 |
| Binary | 11111010 | 10101111 | 1010101 | 0 | 11110 | 1000010 | 10 | 100001 | 1011110 | 1000010 |
Color Harmonies of #FAAF55
Complementary color
Monochromatic Colors of #FAAF55
Black with #FAAF55
Text Example
Text Example
White with #FAAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF55; }
p { color: rgb(250,175,85); }
H1.HeaderClassName
{
color: #FAAF55;
}
.AnyTagClassName
{
color: #FAAF55;
}
</style>
background-color css
<style>
a { background-color: #FAAF55; }
a { background-color: rgb(250,175,85); }
div.DivClassName
{
background-color: #FAAF55;
}
.BgClassName
{
background-color: #FAAF55;
}
</style>
border-color css
<style>
span { border-color: #FAAF55; }
span { border-color: rgb(250,175,85); }
td.TdClassName
{
border-color: #FAAF55;
}
.TagClassName
{
border-color: #FAAF55;
}
</style>