Shades of Texas Rose #F8A754
Tints of Texas Rose #F8A754
RGB
CMYK
RGB Variations
Color information
#F8A754 (or 0xF8A754) is known color: Texas Rose. HEX triplet: F8, A7 and 54. RGB value is (248,167,84). Sum of RGB (Red+Green+Blue) = 248+167+84=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A754 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A754 is #0758AB. Grayscale: #B6B6B6. Windows color (decimal): -481452 or 5548024. OLE color: 5548024.
HSL color Cylindrical-coordinate representation of color #F8A754: hue angle of 30.37º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8A754 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 84 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.03 |
| HSL | 30.37º | 0.92% | 0.65% | - |
| HSV(B) | 30.37º | 0.66% | 0.97% | - |
| XYZ | 54.13 | 48.23 | 14.84 | - |
| YUV | 181.76 | 72.84 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 84 | 0 | 0.33 | 0.66 | 0.03 | 30.37 | 0.92 | 0.65 |
| Hex | F8 | A7 | 54 | 0 | 21 | 42 | 3 | 1E | 5C | 41 |
| Octal | 370 | 247 | 124 | 0 | 41 | 102 | 3 | 36 | 134 | 101 |
| Binary | 11111000 | 10100111 | 1010100 | 0 | 100001 | 1000010 | 11 | 11110 | 1011100 | 1000001 |
Color Harmonies of #F8A754
Complementary color
Monochromatic Colors of #F8A754
Black with #F8A754
Text Example
Text Example
White with #F8A754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A754; }
p { color: rgb(248,167,84); }
H1.HeaderClassName
{
color: #F8A754;
}
.AnyTagClassName
{
color: #F8A754;
}
</style>
background-color css
<style>
a { background-color: #F8A754; }
a { background-color: rgb(248,167,84); }
div.DivClassName
{
background-color: #F8A754;
}
.BgClassName
{
background-color: #F8A754;
}
</style>
border-color css
<style>
span { border-color: #F8A754; }
span { border-color: rgb(248,167,84); }
td.TdClassName
{
border-color: #F8A754;
}
.TagClassName
{
border-color: #F8A754;
}
</style>