Shades of Texas Rose #F8AF57
Tints of Texas Rose #F8AF57
RGB
CMYK
RGB Variations
Color information
#F8AF57 (or 0xF8AF57) is known color: Texas Rose. HEX triplet: F8, AF and 57. RGB value is (248,175,87). Sum of RGB (Red+Green+Blue) = 248+175+87=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF57 is #0750A8. Grayscale: #BBBBBB. Windows color (decimal): -479401 or 5746680. OLE color: 5746680.
HSL color Cylindrical-coordinate representation of color #F8AF57: hue angle of 32.8º 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 #F8AF57 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 87 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.03 |
| HSL | 32.8º | 0.92% | 0.66% | - |
| HSV(B) | 32.8º | 0.65% | 0.97% | - |
| XYZ | 55.76 | 51.3 | 15.98 | - |
| YUV | 186.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 87 | 0 | 0.29 | 0.65 | 0.03 | 32.8 | 0.92 | 0.66 |
| Hex | F8 | AF | 57 | 0 | 1D | 41 | 3 | 21 | 5C | 42 |
| Octal | 370 | 257 | 127 | 0 | 35 | 101 | 3 | 41 | 134 | 102 |
| Binary | 11111000 | 10101111 | 1010111 | 0 | 11101 | 1000001 | 11 | 100001 | 1011100 | 1000010 |
Color Harmonies of #F8AF57
Complementary color
Monochromatic Colors of #F8AF57
Black with #F8AF57
Text Example
Text Example
White with #F8AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF57; }
p { color: rgb(248,175,87); }
H1.HeaderClassName
{
color: #F8AF57;
}
.AnyTagClassName
{
color: #F8AF57;
}
</style>
background-color css
<style>
a { background-color: #F8AF57; }
a { background-color: rgb(248,175,87); }
div.DivClassName
{
background-color: #F8AF57;
}
.BgClassName
{
background-color: #F8AF57;
}
</style>
border-color css
<style>
span { border-color: #F8AF57; }
span { border-color: rgb(248,175,87); }
td.TdClassName
{
border-color: #F8AF57;
}
.TagClassName
{
border-color: #F8AF57;
}
</style>