Shades of Texas Rose #F5AC5A
Tints of Texas Rose #F5AC5A
RGB
CMYK
RGB Variations
Color information
#F5AC5A (or 0xF5AC5A) is known color: Texas Rose. HEX triplet: F5, AC and 5A. RGB value is (245,172,90). Sum of RGB (Red+Green+Blue) = 245+172+90=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AC5A is #0A53A5. Grayscale: #B8B8B8. Windows color (decimal): -676774 or 5942517. OLE color: 5942517.
HSL color Cylindrical-coordinate representation of color #F5AC5A: hue angle of 31.74º 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 #F5AC5A is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 90 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.04 |
| HSL | 31.74º | 0.89% | 0.66% | - |
| HSV(B) | 31.74º | 0.63% | 0.96% | - |
| XYZ | 54.25 | 49.66 | 16.4 | - |
| YUV | 184.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 90 | 0 | 0.30 | 0.63 | 0.04 | 31.74 | 0.89 | 0.66 |
| Hex | F5 | AC | 5A | 0 | 1E | 3F | 4 | 20 | 59 | 42 |
| Octal | 365 | 254 | 132 | 0 | 36 | 77 | 4 | 40 | 131 | 102 |
| Binary | 11110101 | 10101100 | 1011010 | 0 | 11110 | 111111 | 100 | 100000 | 1011001 | 1000010 |
Color Harmonies of #F5AC5A
Complementary color
Monochromatic Colors of #F5AC5A
Black with #F5AC5A
Text Example
Text Example
White with #F5AC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AC5A; }
p { color: rgb(245,172,90); }
H1.HeaderClassName
{
color: #F5AC5A;
}
.AnyTagClassName
{
color: #F5AC5A;
}
</style>
background-color css
<style>
a { background-color: #F5AC5A; }
a { background-color: rgb(245,172,90); }
div.DivClassName
{
background-color: #F5AC5A;
}
.BgClassName
{
background-color: #F5AC5A;
}
</style>
border-color css
<style>
span { border-color: #F5AC5A; }
span { border-color: rgb(245,172,90); }
td.TdClassName
{
border-color: #F5AC5A;
}
.TagClassName
{
border-color: #F5AC5A;
}
</style>