Shades of Texas Rose #F5AF5C
Tints of Texas Rose #F5AF5C
RGB
CMYK
RGB Variations
Color information
#F5AF5C (or 0xF5AF5C) is known color: Texas Rose. HEX triplet: F5, AF and 5C. RGB value is (245,175,92). Sum of RGB (Red+Green+Blue) = 245+175+92=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF5C is #0A50A3. Grayscale: #BABABA. Windows color (decimal): -676004 or 6074357. OLE color: 6074357.
HSL color Cylindrical-coordinate representation of color #F5AF5C: hue angle of 32.55º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5AF5C is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 92 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.04 |
| HSL | 32.55º | 0.88% | 0.66% | - |
| HSV(B) | 32.55º | 0.62% | 0.96% | - |
| XYZ | 54.92 | 50.85 | 17.04 | - |
| YUV | 186.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 92 | 0 | 0.29 | 0.62 | 0.04 | 32.55 | 0.88 | 0.66 |
| Hex | F5 | AF | 5C | 0 | 1D | 3E | 4 | 21 | 58 | 42 |
| Octal | 365 | 257 | 134 | 0 | 35 | 76 | 4 | 41 | 130 | 102 |
| Binary | 11110101 | 10101111 | 1011100 | 0 | 11101 | 111110 | 100 | 100001 | 1011000 | 1000010 |
Color Harmonies of #F5AF5C
Complementary color
Monochromatic Colors of #F5AF5C
Black with #F5AF5C
Text Example
Text Example
White with #F5AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF5C; }
p { color: rgb(245,175,92); }
H1.HeaderClassName
{
color: #F5AF5C;
}
.AnyTagClassName
{
color: #F5AF5C;
}
</style>
background-color css
<style>
a { background-color: #F5AF5C; }
a { background-color: rgb(245,175,92); }
div.DivClassName
{
background-color: #F5AF5C;
}
.BgClassName
{
background-color: #F5AF5C;
}
</style>
border-color css
<style>
span { border-color: #F5AF5C; }
span { border-color: rgb(245,175,92); }
td.TdClassName
{
border-color: #F5AF5C;
}
.TagClassName
{
border-color: #F5AF5C;
}
</style>