Shades of Texas Rose #FFA953
Tints of Texas Rose #FFA953
RGB
CMYK
RGB Variations
Color information
#FFA953 (or 0xFFA953) is known color: Texas Rose. HEX triplet: FF, A9 and 53. RGB value is (255,169,83). Sum of RGB (Red+Green+Blue) = 255+169+83=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA953 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA953 is #0056AC. Grayscale: #B9B9B9. Windows color (decimal): -22189 or 5483007. OLE color: 5483007.
HSL color Cylindrical-coordinate representation of color #FFA953: hue angle of 30º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFA953 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 83 | - |
| CMYK | 0 | 0.34 | 0.67 | 0 |
| HSL | 30º | 1% | 0.66% | - |
| HSV(B) | 30º | 0.67% | 1% | - |
| XYZ | 56.99 | 50.26 | 14.88 | - |
| YUV | 184.91 | 70.49 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 83 | 0 | 0.34 | 0.67 | 0 | 30 | 1 | 0.66 |
| Hex | FF | A9 | 53 | 0 | 22 | 43 | 0 | 1E | 64 | 42 |
| Octal | 377 | 251 | 123 | 0 | 42 | 103 | 0 | 36 | 144 | 102 |
| Binary | 11111111 | 10101001 | 1010011 | 0 | 100010 | 1000011 | 0 | 11110 | 1100100 | 1000010 |
Color Harmonies of #FFA953
Complementary color
Monochromatic Colors of #FFA953
Black with #FFA953
Text Example
Text Example
White with #FFA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA953; }
p { color: rgb(255,169,83); }
H1.HeaderClassName
{
color: #FFA953;
}
.AnyTagClassName
{
color: #FFA953;
}
</style>
background-color css
<style>
a { background-color: #FFA953; }
a { background-color: rgb(255,169,83); }
div.DivClassName
{
background-color: #FFA953;
}
.BgClassName
{
background-color: #FFA953;
}
</style>
border-color css
<style>
span { border-color: #FFA953; }
span { border-color: rgb(255,169,83); }
td.TdClassName
{
border-color: #FFA953;
}
.TagClassName
{
border-color: #FFA953;
}
</style>