Shades of Texas Rose #F5A753
Tints of Texas Rose #F5A753
RGB
CMYK
RGB Variations
Color information
#F5A753 (or 0xF5A753) is known color: Texas Rose. HEX triplet: F5, A7 and 53. RGB value is (245,167,83). Sum of RGB (Red+Green+Blue) = 245+167+83=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A753 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A753 is #0A58AC. Grayscale: #B5B5B5. Windows color (decimal): -678061 or 5482485. OLE color: 5482485.
HSL color Cylindrical-coordinate representation of color #F5A753: hue angle of 31.11º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5A753 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 83 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.04 |
| HSL | 31.11º | 0.89% | 0.64% | - |
| HSV(B) | 31.11º | 0.66% | 0.96% | - |
| XYZ | 53.04 | 47.67 | 14.59 | - |
| YUV | 180.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 83 | 0 | 0.32 | 0.66 | 0.04 | 31.11 | 0.89 | 0.64 |
| Hex | F5 | A7 | 53 | 0 | 20 | 42 | 4 | 1F | 59 | 40 |
| Octal | 365 | 247 | 123 | 0 | 40 | 102 | 4 | 37 | 131 | 100 |
| Binary | 11110101 | 10100111 | 1010011 | 0 | 100000 | 1000010 | 100 | 11111 | 1011001 | 1000000 |
Color Harmonies of #F5A753
Complementary color
Monochromatic Colors of #F5A753
Black with #F5A753
Text Example
Text Example
White with #F5A753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A753; }
p { color: rgb(245,167,83); }
H1.HeaderClassName
{
color: #F5A753;
}
.AnyTagClassName
{
color: #F5A753;
}
</style>
background-color css
<style>
a { background-color: #F5A753; }
a { background-color: rgb(245,167,83); }
div.DivClassName
{
background-color: #F5A753;
}
.BgClassName
{
background-color: #F5A753;
}
</style>
border-color css
<style>
span { border-color: #F5A753; }
span { border-color: rgb(245,167,83); }
td.TdClassName
{
border-color: #F5A753;
}
.TagClassName
{
border-color: #F5A753;
}
</style>