Shades of Texas Rose #F8A858
Tints of Texas Rose #F8A858
RGB
CMYK
RGB Variations
Color information
#F8A858 (or 0xF8A858) is known color: Texas Rose. HEX triplet: F8, A8 and 58. RGB value is (248,168,88). Sum of RGB (Red+Green+Blue) = 248+168+88=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A858 is #0757A7. Grayscale: #B7B7B7. Windows color (decimal): -481192 or 5810424. OLE color: 5810424.
HSL color Cylindrical-coordinate representation of color #F8A858: hue angle of 30º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8A858 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 88 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.03 |
| HSL | 30º | 0.92% | 0.66% | - |
| HSV(B) | 30º | 0.65% | 0.97% | - |
| XYZ | 54.48 | 48.67 | 15.75 | - |
| YUV | 182.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 88 | 0 | 0.32 | 0.65 | 0.03 | 30 | 0.92 | 0.66 |
| Hex | F8 | A8 | 58 | 0 | 20 | 41 | 3 | 1E | 5C | 42 |
| Octal | 370 | 250 | 130 | 0 | 40 | 101 | 3 | 36 | 134 | 102 |
| Binary | 11111000 | 10101000 | 1011000 | 0 | 100000 | 1000001 | 11 | 11110 | 1011100 | 1000010 |
Color Harmonies of #F8A858
Complementary color
Monochromatic Colors of #F8A858
Black with #F8A858
Text Example
Text Example
White with #F8A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A858; }
p { color: rgb(248,168,88); }
H1.HeaderClassName
{
color: #F8A858;
}
.AnyTagClassName
{
color: #F8A858;
}
</style>
background-color css
<style>
a { background-color: #F8A858; }
a { background-color: rgb(248,168,88); }
div.DivClassName
{
background-color: #F8A858;
}
.BgClassName
{
background-color: #F8A858;
}
</style>
border-color css
<style>
span { border-color: #F8A858; }
span { border-color: rgb(248,168,88); }
td.TdClassName
{
border-color: #F8A858;
}
.TagClassName
{
border-color: #F8A858;
}
</style>