Shades of Texas Rose #F8A857
Tints of Texas Rose #F8A857
RGB
CMYK
RGB Variations
Color information
#F8A857 (or 0xF8A857) is known color: Texas Rose. HEX triplet: F8, A8 and 57. RGB value is (248,168,87). Sum of RGB (Red+Green+Blue) = 248+168+87=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A857 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A857 is #0757A8. Grayscale: #B7B7B7. Windows color (decimal): -481193 or 5744888. OLE color: 5744888.
HSL color Cylindrical-coordinate representation of color #F8A857: hue angle of 30.19º 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 #F8A857 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 87 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.03 |
| HSL | 30.19º | 0.92% | 0.66% | - |
| HSV(B) | 30.19º | 0.65% | 0.97% | - |
| XYZ | 54.43 | 48.65 | 15.54 | - |
| YUV | 182.69 | 74 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 87 | 0 | 0.32 | 0.65 | 0.03 | 30.19 | 0.92 | 0.66 |
| Hex | F8 | A8 | 57 | 0 | 20 | 41 | 3 | 1E | 5C | 42 |
| Octal | 370 | 250 | 127 | 0 | 40 | 101 | 3 | 36 | 134 | 102 |
| Binary | 11111000 | 10101000 | 1010111 | 0 | 100000 | 1000001 | 11 | 11110 | 1011100 | 1000010 |
Color Harmonies of #F8A857
Complementary color
Monochromatic Colors of #F8A857
Black with #F8A857
Text Example
Text Example
White with #F8A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A857; }
p { color: rgb(248,168,87); }
H1.HeaderClassName
{
color: #F8A857;
}
.AnyTagClassName
{
color: #F8A857;
}
</style>
background-color css
<style>
a { background-color: #F8A857; }
a { background-color: rgb(248,168,87); }
div.DivClassName
{
background-color: #F8A857;
}
.BgClassName
{
background-color: #F8A857;
}
</style>
border-color css
<style>
span { border-color: #F8A857; }
span { border-color: rgb(248,168,87); }
td.TdClassName
{
border-color: #F8A857;
}
.TagClassName
{
border-color: #F8A857;
}
</style>