Shades of Texas Rose #F8A553
Tints of Texas Rose #F8A553
RGB
CMYK
RGB Variations
Color information
#F8A553 (or 0xF8A553) is known color: Texas Rose. HEX triplet: F8, A5 and 53. RGB value is (248,165,83). Sum of RGB (Red+Green+Blue) = 248+165+83=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A553 is #075AAC. Grayscale: #B4B4B4. Windows color (decimal): -481965 or 5481976. OLE color: 5481976.
HSL color Cylindrical-coordinate representation of color #F8A553: hue angle of 29.82º 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 #F8A553 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 83 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.03 |
| HSL | 29.82º | 0.92% | 0.65% | - |
| HSV(B) | 29.82º | 0.67% | 0.97% | - |
| XYZ | 53.73 | 47.49 | 14.52 | - |
| YUV | 180.47 | 73 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 83 | 0 | 0.33 | 0.67 | 0.03 | 29.82 | 0.92 | 0.65 |
| Hex | F8 | A5 | 53 | 0 | 21 | 43 | 3 | 1E | 5C | 41 |
| Octal | 370 | 245 | 123 | 0 | 41 | 103 | 3 | 36 | 134 | 101 |
| Binary | 11111000 | 10100101 | 1010011 | 0 | 100001 | 1000011 | 11 | 11110 | 1011100 | 1000001 |
Color Harmonies of #F8A553
Complementary color
Monochromatic Colors of #F8A553
Black with #F8A553
Text Example
Text Example
White with #F8A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A553; }
p { color: rgb(248,165,83); }
H1.HeaderClassName
{
color: #F8A553;
}
.AnyTagClassName
{
color: #F8A553;
}
</style>
background-color css
<style>
a { background-color: #F8A553; }
a { background-color: rgb(248,165,83); }
div.DivClassName
{
background-color: #F8A553;
}
.BgClassName
{
background-color: #F8A553;
}
</style>
border-color css
<style>
span { border-color: #F8A553; }
span { border-color: rgb(248,165,83); }
td.TdClassName
{
border-color: #F8A553;
}
.TagClassName
{
border-color: #F8A553;
}
</style>