Shades of Texas Rose #F8A855
Tints of Texas Rose #F8A855
RGB
CMYK
RGB Variations
Color information
#F8A855 (or 0xF8A855) is known color: Texas Rose. HEX triplet: F8, A8 and 55. RGB value is (248,168,85). Sum of RGB (Red+Green+Blue) = 248+168+85=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A855 is #0757AA. Grayscale: #B6B6B6. Windows color (decimal): -481195 or 5613816. OLE color: 5613816.
HSL color Cylindrical-coordinate representation of color #F8A855: hue angle of 30.55º 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 #F8A855 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 85 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.03 |
| HSL | 30.55º | 0.92% | 0.65% | - |
| HSV(B) | 30.55º | 0.66% | 0.97% | - |
| XYZ | 54.35 | 48.62 | 15.11 | - |
| YUV | 182.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 85 | 0 | 0.32 | 0.66 | 0.03 | 30.55 | 0.92 | 0.65 |
| Hex | F8 | A8 | 55 | 0 | 20 | 42 | 3 | 1F | 5C | 41 |
| Octal | 370 | 250 | 125 | 0 | 40 | 102 | 3 | 37 | 134 | 101 |
| Binary | 11111000 | 10101000 | 1010101 | 0 | 100000 | 1000010 | 11 | 11111 | 1011100 | 1000001 |
Color Harmonies of #F8A855
Complementary color
Monochromatic Colors of #F8A855
Black with #F8A855
Text Example
Text Example
White with #F8A855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A855; }
p { color: rgb(248,168,85); }
H1.HeaderClassName
{
color: #F8A855;
}
.AnyTagClassName
{
color: #F8A855;
}
</style>
background-color css
<style>
a { background-color: #F8A855; }
a { background-color: rgb(248,168,85); }
div.DivClassName
{
background-color: #F8A855;
}
.BgClassName
{
background-color: #F8A855;
}
</style>
border-color css
<style>
span { border-color: #F8A855; }
span { border-color: rgb(248,168,85); }
td.TdClassName
{
border-color: #F8A855;
}
.TagClassName
{
border-color: #F8A855;
}
</style>