Shades of Texas Rose #F5B05C
Tints of Texas Rose #F5B05C
RGB
CMYK
RGB Variations
Color information
#F5B05C (or 0xF5B05C) is known color: Texas Rose. HEX triplet: F5, B0 and 5C. RGB value is (245,176,92). Sum of RGB (Red+Green+Blue) = 245+176+92=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B05C is #0A4FA3. Grayscale: #BBBBBB. Windows color (decimal): -675748 or 6074613. OLE color: 6074613.
HSL color Cylindrical-coordinate representation of color #F5B05C: hue angle of 32.94º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5B05C is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 92 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.04 |
| HSL | 32.94º | 0.88% | 0.66% | - |
| HSV(B) | 32.94º | 0.62% | 0.96% | - |
| XYZ | 55.11 | 51.24 | 17.11 | - |
| YUV | 187.06 | 74.36 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 92 | 0 | 0.28 | 0.62 | 0.04 | 32.94 | 0.88 | 0.66 |
| Hex | F5 | B0 | 5C | 0 | 1C | 3E | 4 | 21 | 58 | 42 |
| Octal | 365 | 260 | 134 | 0 | 34 | 76 | 4 | 41 | 130 | 102 |
| Binary | 11110101 | 10110000 | 1011100 | 0 | 11100 | 111110 | 100 | 100001 | 1011000 | 1000010 |
Color Harmonies of #F5B05C
Complementary color
Monochromatic Colors of #F5B05C
Black with #F5B05C
Text Example
Text Example
White with #F5B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B05C; }
p { color: rgb(245,176,92); }
H1.HeaderClassName
{
color: #F5B05C;
}
.AnyTagClassName
{
color: #F5B05C;
}
</style>
background-color css
<style>
a { background-color: #F5B05C; }
a { background-color: rgb(245,176,92); }
div.DivClassName
{
background-color: #F5B05C;
}
.BgClassName
{
background-color: #F5B05C;
}
</style>
border-color css
<style>
span { border-color: #F5B05C; }
span { border-color: rgb(245,176,92); }
td.TdClassName
{
border-color: #F5B05C;
}
.TagClassName
{
border-color: #F5B05C;
}
</style>