Shades of Texas Rose #FFA753
Tints of Texas Rose #FFA753
RGB
CMYK
RGB Variations
Color information
#FFA753 (or 0xFFA753) is known color: Texas Rose. HEX triplet: FF, A7 and 53. RGB value is (255,167,83). Sum of RGB (Red+Green+Blue) = 255+167+83=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA753 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA753 is #0058AC. Grayscale: #B8B8B8. Windows color (decimal): -22701 or 5482495. OLE color: 5482495.
HSL color Cylindrical-coordinate representation of color #FFA753: hue angle of 29.3º 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 #FFA753 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 83 | - |
| CMYK | 0 | 0.35 | 0.67 | 0 |
| HSL | 29.3º | 1% | 0.66% | - |
| HSV(B) | 29.3º | 0.67% | 1% | - |
| XYZ | 56.62 | 49.52 | 14.76 | - |
| YUV | 183.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 83 | 0 | 0.35 | 0.67 | 0 | 29.3 | 1 | 0.66 |
| Hex | FF | A7 | 53 | 0 | 23 | 43 | 0 | 1D | 64 | 42 |
| Octal | 377 | 247 | 123 | 0 | 43 | 103 | 0 | 35 | 144 | 102 |
| Binary | 11111111 | 10100111 | 1010011 | 0 | 100011 | 1000011 | 0 | 11101 | 1100100 | 1000010 |
Color Harmonies of #FFA753
Complementary color
Monochromatic Colors of #FFA753
Black with #FFA753
Text Example
Text Example
White with #FFA753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA753; }
p { color: rgb(255,167,83); }
H1.HeaderClassName
{
color: #FFA753;
}
.AnyTagClassName
{
color: #FFA753;
}
</style>
background-color css
<style>
a { background-color: #FFA753; }
a { background-color: rgb(255,167,83); }
div.DivClassName
{
background-color: #FFA753;
}
.BgClassName
{
background-color: #FFA753;
}
</style>
border-color css
<style>
span { border-color: #FFA753; }
span { border-color: rgb(255,167,83); }
td.TdClassName
{
border-color: #FFA753;
}
.TagClassName
{
border-color: #FFA753;
}
</style>