Shades of Texas Rose #FAAF57
Tints of Texas Rose #FAAF57
RGB
CMYK
RGB Variations
Color information
#FAAF57 (or 0xFAAF57) is known color: Texas Rose. HEX triplet: FA, AF and 57. RGB value is (250,175,87). Sum of RGB (Red+Green+Blue) = 250+175+87=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF57 is #0550A8. Grayscale: #BBBBBB. Windows color (decimal): -348329 or 5746682. OLE color: 5746682.
HSL color Cylindrical-coordinate representation of color #FAAF57: hue angle of 32.39º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAAF57 is Cyan = 0, Magento = 0.3, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 87 | - |
| CMYK | 0 | 0.3 | 0.65 | 0.02 |
| HSL | 32.39º | 0.94% | 0.66% | - |
| HSV(B) | 32.39º | 0.65% | 0.98% | - |
| XYZ | 56.47 | 51.67 | 16.01 | - |
| YUV | 187.39 | 71.35 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 87 | 0 | 0.3 | 0.65 | 0.02 | 32.39 | 0.94 | 0.66 |
| Hex | FA | AF | 57 | 0 | 1E | 41 | 2 | 20 | 5E | 42 |
| Octal | 372 | 257 | 127 | 0 | 36 | 101 | 2 | 40 | 136 | 102 |
| Binary | 11111010 | 10101111 | 1010111 | 0 | 11110 | 1000001 | 10 | 100000 | 1011110 | 1000010 |
Color Harmonies of #FAAF57
Complementary color
Monochromatic Colors of #FAAF57
Black with #FAAF57
Text Example
Text Example
White with #FAAF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF57; }
p { color: rgb(250,175,87); }
H1.HeaderClassName
{
color: #FAAF57;
}
.AnyTagClassName
{
color: #FAAF57;
}
</style>
background-color css
<style>
a { background-color: #FAAF57; }
a { background-color: rgb(250,175,87); }
div.DivClassName
{
background-color: #FAAF57;
}
.BgClassName
{
background-color: #FAAF57;
}
</style>
border-color css
<style>
span { border-color: #FAAF57; }
span { border-color: rgb(250,175,87); }
td.TdClassName
{
border-color: #FAAF57;
}
.TagClassName
{
border-color: #FAAF57;
}
</style>