Shades of Texas Rose #F8AD55
Tints of Texas Rose #F8AD55
RGB
CMYK
RGB Variations
Color information
#F8AD55 (or 0xF8AD55) is known color: Texas Rose. HEX triplet: F8, AD and 55. RGB value is (248,173,85). Sum of RGB (Red+Green+Blue) = 248+173+85=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AD55 is #0752AA. Grayscale: #B9B9B9. Windows color (decimal): -479915 or 5615096. OLE color: 5615096.
HSL color Cylindrical-coordinate representation of color #F8AD55: hue angle of 32.39º 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 #F8AD55 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 85 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.03 |
| HSL | 32.39º | 0.92% | 0.65% | - |
| HSV(B) | 32.39º | 0.66% | 0.97% | - |
| XYZ | 55.29 | 50.5 | 15.43 | - |
| YUV | 185.39 | 71.35 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 85 | 0 | 0.30 | 0.66 | 0.03 | 32.39 | 0.92 | 0.65 |
| Hex | F8 | AD | 55 | 0 | 1E | 42 | 3 | 20 | 5C | 41 |
| Octal | 370 | 255 | 125 | 0 | 36 | 102 | 3 | 40 | 134 | 101 |
| Binary | 11111000 | 10101101 | 1010101 | 0 | 11110 | 1000010 | 11 | 100000 | 1011100 | 1000001 |
Color Harmonies of #F8AD55
Complementary color
Monochromatic Colors of #F8AD55
Black with #F8AD55
Text Example
Text Example
White with #F8AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD55; }
p { color: rgb(248,173,85); }
H1.HeaderClassName
{
color: #F8AD55;
}
.AnyTagClassName
{
color: #F8AD55;
}
</style>
background-color css
<style>
a { background-color: #F8AD55; }
a { background-color: rgb(248,173,85); }
div.DivClassName
{
background-color: #F8AD55;
}
.BgClassName
{
background-color: #F8AD55;
}
</style>
border-color css
<style>
span { border-color: #F8AD55; }
span { border-color: rgb(248,173,85); }
td.TdClassName
{
border-color: #F8AD55;
}
.TagClassName
{
border-color: #F8AD55;
}
</style>