Shades of Texas Rose #F5A852
Tints of Texas Rose #F5A852
RGB
CMYK
RGB Variations
Color information
#F5A852 (or 0xF5A852) is known color: Texas Rose. HEX triplet: F5, A8 and 52. RGB value is (245,168,82). Sum of RGB (Red+Green+Blue) = 245+168+82=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A852 is #0A57AD. Grayscale: #B5B5B5. Windows color (decimal): -677806 or 5417205. OLE color: 5417205.
HSL color Cylindrical-coordinate representation of color #F5A852: hue angle of 31.66º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5A852 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 82 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.04 |
| HSL | 31.66º | 0.89% | 0.64% | - |
| HSV(B) | 31.66º | 0.67% | 0.96% | - |
| XYZ | 53.18 | 48.03 | 14.45 | - |
| YUV | 181.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 82 | 0 | 0.31 | 0.67 | 0.04 | 31.66 | 0.89 | 0.64 |
| Hex | F5 | A8 | 52 | 0 | 1F | 43 | 4 | 20 | 59 | 40 |
| Octal | 365 | 250 | 122 | 0 | 37 | 103 | 4 | 40 | 131 | 100 |
| Binary | 11110101 | 10101000 | 1010010 | 0 | 11111 | 1000011 | 100 | 100000 | 1011001 | 1000000 |
Color Harmonies of #F5A852
Complementary color
Monochromatic Colors of #F5A852
Black with #F5A852
Text Example
Text Example
White with #F5A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A852; }
p { color: rgb(245,168,82); }
H1.HeaderClassName
{
color: #F5A852;
}
.AnyTagClassName
{
color: #F5A852;
}
</style>
background-color css
<style>
a { background-color: #F5A852; }
a { background-color: rgb(245,168,82); }
div.DivClassName
{
background-color: #F5A852;
}
.BgClassName
{
background-color: #F5A852;
}
</style>
border-color css
<style>
span { border-color: #F5A852; }
span { border-color: rgb(245,168,82); }
td.TdClassName
{
border-color: #F5A852;
}
.TagClassName
{
border-color: #F5A852;
}
</style>