Shades of Texas Rose #F8A756
Tints of Texas Rose #F8A756
RGB
CMYK
RGB Variations
Color information
#F8A756 (or 0xF8A756) is known color: Texas Rose. HEX triplet: F8, A7 and 56. RGB value is (248,167,86). Sum of RGB (Red+Green+Blue) = 248+167+86=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A756 is #0758A9. Grayscale: #B6B6B6. Windows color (decimal): -481450 or 5679096. OLE color: 5679096.
HSL color Cylindrical-coordinate representation of color #F8A756: hue angle of 30º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8A756 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 86 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.03 |
| HSL | 30º | 0.92% | 0.65% | - |
| HSV(B) | 30º | 0.65% | 0.97% | - |
| XYZ | 54.21 | 48.27 | 15.26 | - |
| YUV | 181.99 | 73.84 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 86 | 0 | 0.33 | 0.65 | 0.03 | 30 | 0.92 | 0.65 |
| Hex | F8 | A7 | 56 | 0 | 21 | 41 | 3 | 1E | 5C | 41 |
| Octal | 370 | 247 | 126 | 0 | 41 | 101 | 3 | 36 | 134 | 101 |
| Binary | 11111000 | 10100111 | 1010110 | 0 | 100001 | 1000001 | 11 | 11110 | 1011100 | 1000001 |
Color Harmonies of #F8A756
Complementary color
Monochromatic Colors of #F8A756
Black with #F8A756
Text Example
Text Example
White with #F8A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A756; }
p { color: rgb(248,167,86); }
H1.HeaderClassName
{
color: #F8A756;
}
.AnyTagClassName
{
color: #F8A756;
}
</style>
background-color css
<style>
a { background-color: #F8A756; }
a { background-color: rgb(248,167,86); }
div.DivClassName
{
background-color: #F8A756;
}
.BgClassName
{
background-color: #F8A756;
}
</style>
border-color css
<style>
span { border-color: #F8A756; }
span { border-color: rgb(248,167,86); }
td.TdClassName
{
border-color: #F8A756;
}
.TagClassName
{
border-color: #F8A756;
}
</style>