Shades of Texas Rose #F8A851
Tints of Texas Rose #F8A851
RGB
CMYK
RGB Variations
Color information
#F8A851 (or 0xF8A851) is known color: Texas Rose. HEX triplet: F8, A8 and 51. RGB value is (248,168,81). Sum of RGB (Red+Green+Blue) = 248+168+81=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A851 is #0757AE. Grayscale: #B6B6B6. Windows color (decimal): -481199 or 5351672. OLE color: 5351672.
HSL color Cylindrical-coordinate representation of color #F8A851: hue angle of 31.26º 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 #F8A851 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 81 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.03 |
| HSL | 31.26º | 0.92% | 0.65% | - |
| HSV(B) | 31.26º | 0.67% | 0.97% | - |
| XYZ | 54.2 | 48.56 | 14.3 | - |
| YUV | 182 | 71 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 81 | 0 | 0.32 | 0.67 | 0.03 | 31.26 | 0.92 | 0.65 |
| Hex | F8 | A8 | 51 | 0 | 20 | 43 | 3 | 1F | 5C | 41 |
| Octal | 370 | 250 | 121 | 0 | 40 | 103 | 3 | 37 | 134 | 101 |
| Binary | 11111000 | 10101000 | 1010001 | 0 | 100000 | 1000011 | 11 | 11111 | 1011100 | 1000001 |
Color Harmonies of #F8A851
Complementary color
Monochromatic Colors of #F8A851
Black with #F8A851
Text Example
Text Example
White with #F8A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A851; }
p { color: rgb(248,168,81); }
H1.HeaderClassName
{
color: #F8A851;
}
.AnyTagClassName
{
color: #F8A851;
}
</style>
background-color css
<style>
a { background-color: #F8A851; }
a { background-color: rgb(248,168,81); }
div.DivClassName
{
background-color: #F8A851;
}
.BgClassName
{
background-color: #F8A851;
}
</style>
border-color css
<style>
span { border-color: #F8A851; }
span { border-color: rgb(248,168,81); }
td.TdClassName
{
border-color: #F8A851;
}
.TagClassName
{
border-color: #F8A851;
}
</style>