Shades of Texas Rose #FAAF59
Tints of Texas Rose #FAAF59
RGB
CMYK
RGB Variations
Color information
#FAAF59 (or 0xFAAF59) is known color: Texas Rose. HEX triplet: FA, AF and 59. RGB value is (250,175,89). Sum of RGB (Red+Green+Blue) = 250+175+89=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF59 is #0550A6. Grayscale: #BCBCBC. Windows color (decimal): -348327 or 5877754. OLE color: 5877754.
HSL color Cylindrical-coordinate representation of color #FAAF59: hue angle of 32.05º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAAF59 is Cyan = 0, Magento = 0.3, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 89 | - |
| CMYK | 0 | 0.3 | 0.64 | 0.02 |
| HSL | 32.05º | 0.94% | 0.66% | - |
| HSV(B) | 32.05º | 0.64% | 0.98% | - |
| XYZ | 56.56 | 51.71 | 16.45 | - |
| YUV | 187.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 89 | 0 | 0.3 | 0.64 | 0.02 | 32.05 | 0.94 | 0.66 |
| Hex | FA | AF | 59 | 0 | 1E | 40 | 2 | 20 | 5E | 42 |
| Octal | 372 | 257 | 131 | 0 | 36 | 100 | 2 | 40 | 136 | 102 |
| Binary | 11111010 | 10101111 | 1011001 | 0 | 11110 | 1000000 | 10 | 100000 | 1011110 | 1000010 |
Color Harmonies of #FAAF59
Complementary color
Monochromatic Colors of #FAAF59
Black with #FAAF59
Text Example
Text Example
White with #FAAF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF59; }
p { color: rgb(250,175,89); }
H1.HeaderClassName
{
color: #FAAF59;
}
.AnyTagClassName
{
color: #FAAF59;
}
</style>
background-color css
<style>
a { background-color: #FAAF59; }
a { background-color: rgb(250,175,89); }
div.DivClassName
{
background-color: #FAAF59;
}
.BgClassName
{
background-color: #FAAF59;
}
</style>
border-color css
<style>
span { border-color: #FAAF59; }
span { border-color: rgb(250,175,89); }
td.TdClassName
{
border-color: #FAAF59;
}
.TagClassName
{
border-color: #FAAF59;
}
</style>