Shades of Texas Rose #F5B05A
Tints of Texas Rose #F5B05A
RGB
CMYK
RGB Variations
Color information
#F5B05A (or 0xF5B05A) is known color: Texas Rose. HEX triplet: F5, B0 and 5A. RGB value is (245,176,90). Sum of RGB (Red+Green+Blue) = 245+176+90=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B05A is #0A4FA5. Grayscale: #BBBBBB. Windows color (decimal): -675750 or 5943541. OLE color: 5943541.
HSL color Cylindrical-coordinate representation of color #F5B05A: hue angle of 33.29º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5B05A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 90 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.04 |
| HSL | 33.29º | 0.89% | 0.66% | - |
| HSV(B) | 33.29º | 0.63% | 0.96% | - |
| XYZ | 55.03 | 51.2 | 16.66 | - |
| YUV | 186.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 90 | 0 | 0.28 | 0.63 | 0.04 | 33.29 | 0.89 | 0.66 |
| Hex | F5 | B0 | 5A | 0 | 1C | 3F | 4 | 21 | 59 | 42 |
| Octal | 365 | 260 | 132 | 0 | 34 | 77 | 4 | 41 | 131 | 102 |
| Binary | 11110101 | 10110000 | 1011010 | 0 | 11100 | 111111 | 100 | 100001 | 1011001 | 1000010 |
Color Harmonies of #F5B05A
Complementary color
Monochromatic Colors of #F5B05A
Black with #F5B05A
Text Example
Text Example
White with #F5B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B05A; }
p { color: rgb(245,176,90); }
H1.HeaderClassName
{
color: #F5B05A;
}
.AnyTagClassName
{
color: #F5B05A;
}
</style>
background-color css
<style>
a { background-color: #F5B05A; }
a { background-color: rgb(245,176,90); }
div.DivClassName
{
background-color: #F5B05A;
}
.BgClassName
{
background-color: #F5B05A;
}
</style>
border-color css
<style>
span { border-color: #F5B05A; }
span { border-color: rgb(245,176,90); }
td.TdClassName
{
border-color: #F5B05A;
}
.TagClassName
{
border-color: #F5B05A;
}
</style>