Shades of Texas Rose #F8A853
Tints of Texas Rose #F8A853
RGB
CMYK
RGB Variations
Color information
#F8A853 (or 0xF8A853) is known color: Texas Rose. HEX triplet: F8, A8 and 53. RGB value is (248,168,83). Sum of RGB (Red+Green+Blue) = 248+168+83=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A853 is #0757AC. Grayscale: #B6B6B6. Windows color (decimal): -481197 or 5482744. OLE color: 5482744.
HSL color Cylindrical-coordinate representation of color #F8A853: hue angle of 30.91º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8A853 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 83 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.03 |
| HSL | 30.91º | 0.92% | 0.65% | - |
| HSV(B) | 30.91º | 0.67% | 0.97% | - |
| XYZ | 54.28 | 48.59 | 14.7 | - |
| YUV | 182.23 | 72 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 83 | 0 | 0.32 | 0.67 | 0.03 | 30.91 | 0.92 | 0.65 |
| Hex | F8 | A8 | 53 | 0 | 20 | 43 | 3 | 1F | 5C | 41 |
| Octal | 370 | 250 | 123 | 0 | 40 | 103 | 3 | 37 | 134 | 101 |
| Binary | 11111000 | 10101000 | 1010011 | 0 | 100000 | 1000011 | 11 | 11111 | 1011100 | 1000001 |
Color Harmonies of #F8A853
Complementary color
Monochromatic Colors of #F8A853
Black with #F8A853
Text Example
Text Example
White with #F8A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A853; }
p { color: rgb(248,168,83); }
H1.HeaderClassName
{
color: #F8A853;
}
.AnyTagClassName
{
color: #F8A853;
}
</style>
background-color css
<style>
a { background-color: #F8A853; }
a { background-color: rgb(248,168,83); }
div.DivClassName
{
background-color: #F8A853;
}
.BgClassName
{
background-color: #F8A853;
}
</style>
border-color css
<style>
span { border-color: #F8A853; }
span { border-color: rgb(248,168,83); }
td.TdClassName
{
border-color: #F8A853;
}
.TagClassName
{
border-color: #F8A853;
}
</style>