Shades of Texas Rose #F8A852
Tints of Texas Rose #F8A852
RGB
CMYK
RGB Variations
Color information
#F8A852 (or 0xF8A852) is known color: Texas Rose. HEX triplet: F8, A8 and 52. RGB value is (248,168,82). Sum of RGB (Red+Green+Blue) = 248+168+82=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A852 is #0757AD. Grayscale: #B6B6B6. Windows color (decimal): -481198 or 5417208. OLE color: 5417208.
HSL color Cylindrical-coordinate representation of color #F8A852: hue angle of 31.08º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8A852 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 82 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.03 |
| HSL | 31.08º | 0.92% | 0.65% | - |
| HSV(B) | 31.08º | 0.67% | 0.97% | - |
| XYZ | 54.24 | 48.57 | 14.5 | - |
| YUV | 182.12 | 71.5 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 82 | 0 | 0.32 | 0.67 | 0.03 | 31.08 | 0.92 | 0.65 |
| Hex | F8 | A8 | 52 | 0 | 20 | 43 | 3 | 1F | 5C | 41 |
| Octal | 370 | 250 | 122 | 0 | 40 | 103 | 3 | 37 | 134 | 101 |
| Binary | 11111000 | 10101000 | 1010010 | 0 | 100000 | 1000011 | 11 | 11111 | 1011100 | 1000001 |
Color Harmonies of #F8A852
Complementary color
Monochromatic Colors of #F8A852
Black with #F8A852
Text Example
Text Example
White with #F8A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A852; }
p { color: rgb(248,168,82); }
H1.HeaderClassName
{
color: #F8A852;
}
.AnyTagClassName
{
color: #F8A852;
}
</style>
background-color css
<style>
a { background-color: #F8A852; }
a { background-color: rgb(248,168,82); }
div.DivClassName
{
background-color: #F8A852;
}
.BgClassName
{
background-color: #F8A852;
}
</style>
border-color css
<style>
span { border-color: #F8A852; }
span { border-color: rgb(248,168,82); }
td.TdClassName
{
border-color: #F8A852;
}
.TagClassName
{
border-color: #F8A852;
}
</style>