Shades of Texas Rose #F5AD5A
Tints of Texas Rose #F5AD5A
RGB
CMYK
RGB Variations
Color information
#F5AD5A (or 0xF5AD5A) is known color: Texas Rose. HEX triplet: F5, AD and 5A. RGB value is (245,173,90). Sum of RGB (Red+Green+Blue) = 245+173+90=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD5A is #0A52A5. Grayscale: #B9B9B9. Windows color (decimal): -676518 or 5942773. OLE color: 5942773.
HSL color Cylindrical-coordinate representation of color #F5AD5A: hue angle of 32.13º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5AD5A is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 90 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.04 |
| HSL | 32.13º | 0.89% | 0.66% | - |
| HSV(B) | 32.13º | 0.63% | 0.96% | - |
| XYZ | 54.45 | 50.04 | 16.46 | - |
| YUV | 185.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 90 | 0 | 0.29 | 0.63 | 0.04 | 32.13 | 0.89 | 0.66 |
| Hex | F5 | AD | 5A | 0 | 1D | 3F | 4 | 20 | 59 | 42 |
| Octal | 365 | 255 | 132 | 0 | 35 | 77 | 4 | 40 | 131 | 102 |
| Binary | 11110101 | 10101101 | 1011010 | 0 | 11101 | 111111 | 100 | 100000 | 1011001 | 1000010 |
Color Harmonies of #F5AD5A
Complementary color
Monochromatic Colors of #F5AD5A
Black with #F5AD5A
Text Example
Text Example
White with #F5AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD5A; }
p { color: rgb(245,173,90); }
H1.HeaderClassName
{
color: #F5AD5A;
}
.AnyTagClassName
{
color: #F5AD5A;
}
</style>
background-color css
<style>
a { background-color: #F5AD5A; }
a { background-color: rgb(245,173,90); }
div.DivClassName
{
background-color: #F5AD5A;
}
.BgClassName
{
background-color: #F5AD5A;
}
</style>
border-color css
<style>
span { border-color: #F5AD5A; }
span { border-color: rgb(245,173,90); }
td.TdClassName
{
border-color: #F5AD5A;
}
.TagClassName
{
border-color: #F5AD5A;
}
</style>