Shades of Texas Rose #FAA853
Tints of Texas Rose #FAA853
RGB
CMYK
RGB Variations
Color information
#FAA853 (or 0xFAA853) is known color: Texas Rose. HEX triplet: FA, A8 and 53. RGB value is (250,168,83). Sum of RGB (Red+Green+Blue) = 250+168+83=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA853 is #0557AC. Grayscale: #B7B7B7. Windows color (decimal): -350125 or 5482746. OLE color: 5482746.
HSL color Cylindrical-coordinate representation of color #FAA853: hue angle of 30.54º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAA853 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 83 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.02 |
| HSL | 30.54º | 0.94% | 0.65% | - |
| HSV(B) | 30.54º | 0.67% | 0.98% | - |
| XYZ | 54.99 | 48.95 | 14.73 | - |
| YUV | 182.83 | 71.67 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 83 | 0 | 0.33 | 0.67 | 0.02 | 30.54 | 0.94 | 0.65 |
| Hex | FA | A8 | 53 | 0 | 21 | 43 | 2 | 1F | 5E | 41 |
| Octal | 372 | 250 | 123 | 0 | 41 | 103 | 2 | 37 | 136 | 101 |
| Binary | 11111010 | 10101000 | 1010011 | 0 | 100001 | 1000011 | 10 | 11111 | 1011110 | 1000001 |
Color Harmonies of #FAA853
Complementary color
Monochromatic Colors of #FAA853
Black with #FAA853
Text Example
Text Example
White with #FAA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA853; }
p { color: rgb(250,168,83); }
H1.HeaderClassName
{
color: #FAA853;
}
.AnyTagClassName
{
color: #FAA853;
}
</style>
background-color css
<style>
a { background-color: #FAA853; }
a { background-color: rgb(250,168,83); }
div.DivClassName
{
background-color: #FAA853;
}
.BgClassName
{
background-color: #FAA853;
}
</style>
border-color css
<style>
span { border-color: #FAA853; }
span { border-color: rgb(250,168,83); }
td.TdClassName
{
border-color: #FAA853;
}
.TagClassName
{
border-color: #FAA853;
}
</style>