Shades of Texas Rose #FFA853
Tints of Texas Rose #FFA853
RGB
CMYK
RGB Variations
Color information
#FFA853 (or 0xFFA853) is known color: Texas Rose. HEX triplet: FF, A8 and 53. RGB value is (255,168,83). Sum of RGB (Red+Green+Blue) = 255+168+83=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA853 is #0057AC. Grayscale: #B8B8B8. Windows color (decimal): -22445 or 5482751. OLE color: 5482751.
HSL color Cylindrical-coordinate representation of color #FFA853: hue angle of 29.65º 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 #FFA853 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 83 | - |
| CMYK | 0 | 0.34 | 0.67 | 0 |
| HSL | 29.65º | 1% | 0.66% | - |
| HSV(B) | 29.65º | 0.67% | 1% | - |
| XYZ | 56.8 | 49.89 | 14.82 | - |
| YUV | 184.32 | 70.82 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 83 | 0 | 0.34 | 0.67 | 0 | 29.65 | 1 | 0.66 |
| Hex | FF | A8 | 53 | 0 | 22 | 43 | 0 | 1E | 64 | 42 |
| Octal | 377 | 250 | 123 | 0 | 42 | 103 | 0 | 36 | 144 | 102 |
| Binary | 11111111 | 10101000 | 1010011 | 0 | 100010 | 1000011 | 0 | 11110 | 1100100 | 1000010 |
Color Harmonies of #FFA853
Complementary color
Monochromatic Colors of #FFA853
Black with #FFA853
Text Example
Text Example
White with #FFA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA853; }
p { color: rgb(255,168,83); }
H1.HeaderClassName
{
color: #FFA853;
}
.AnyTagClassName
{
color: #FFA853;
}
</style>
background-color css
<style>
a { background-color: #FFA853; }
a { background-color: rgb(255,168,83); }
div.DivClassName
{
background-color: #FFA853;
}
.BgClassName
{
background-color: #FFA853;
}
</style>
border-color css
<style>
span { border-color: #FFA853; }
span { border-color: rgb(255,168,83); }
td.TdClassName
{
border-color: #FFA853;
}
.TagClassName
{
border-color: #FFA853;
}
</style>