Shades of Texas Rose #F8A850
Tints of Texas Rose #F8A850
RGB
CMYK
RGB Variations
Color information
#F8A850 (or 0xF8A850) is known color: Texas Rose. HEX triplet: F8, A8 and 50. RGB value is (248,168,80). Sum of RGB (Red+Green+Blue) = 248+168+80=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A850 is #0757AF. Grayscale: #B6B6B6. Windows color (decimal): -481200 or 5286136. OLE color: 5286136.
HSL color Cylindrical-coordinate representation of color #F8A850: hue angle of 31.43º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8A850 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 80 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.03 |
| HSL | 31.43º | 0.92% | 0.64% | - |
| HSV(B) | 31.43º | 0.68% | 0.97% | - |
| XYZ | 54.16 | 48.54 | 14.1 | - |
| YUV | 181.89 | 70.5 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 80 | 0 | 0.32 | 0.68 | 0.03 | 31.43 | 0.92 | 0.64 |
| Hex | F8 | A8 | 50 | 0 | 20 | 44 | 3 | 1F | 5C | 40 |
| Octal | 370 | 250 | 120 | 0 | 40 | 104 | 3 | 37 | 134 | 100 |
| Binary | 11111000 | 10101000 | 1010000 | 0 | 100000 | 1000100 | 11 | 11111 | 1011100 | 1000000 |
Color Harmonies of #F8A850
Complementary color
Monochromatic Colors of #F8A850
Black with #F8A850
Text Example
Text Example
White with #F8A850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A850; }
p { color: rgb(248,168,80); }
H1.HeaderClassName
{
color: #F8A850;
}
.AnyTagClassName
{
color: #F8A850;
}
</style>
background-color css
<style>
a { background-color: #F8A850; }
a { background-color: rgb(248,168,80); }
div.DivClassName
{
background-color: #F8A850;
}
.BgClassName
{
background-color: #F8A850;
}
</style>
border-color css
<style>
span { border-color: #F8A850; }
span { border-color: rgb(248,168,80); }
td.TdClassName
{
border-color: #F8A850;
}
.TagClassName
{
border-color: #F8A850;
}
</style>