Shades of Texas Rose #F5B25D
Tints of Texas Rose #F5B25D
RGB
CMYK
RGB Variations
Color information
#F5B25D (or 0xF5B25D) is known color: Texas Rose. HEX triplet: F5, B2 and 5D. RGB value is (245,178,93). Sum of RGB (Red+Green+Blue) = 245+178+93=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B25D is #0A4DA2. Grayscale: #BCBCBC. Windows color (decimal): -675235 or 6140661. OLE color: 6140661.
HSL color Cylindrical-coordinate representation of color #F5B25D: hue angle of 33.55º 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 #F5B25D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 178 | 93 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.04 |
| HSL | 33.55º | 0.88% | 0.66% | - |
| HSV(B) | 33.55º | 0.62% | 0.96% | - |
| XYZ | 55.55 | 52.04 | 17.47 | - |
| YUV | 188.34 | 74.2 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 178 | 93 | 0 | 0.27 | 0.62 | 0.04 | 33.55 | 0.88 | 0.66 |
| Hex | F5 | B2 | 5D | 0 | 1B | 3E | 4 | 22 | 58 | 42 |
| Octal | 365 | 262 | 135 | 0 | 33 | 76 | 4 | 42 | 130 | 102 |
| Binary | 11110101 | 10110010 | 1011101 | 0 | 11011 | 111110 | 100 | 100010 | 1011000 | 1000010 |
Color Harmonies of #F5B25D
Complementary color
Monochromatic Colors of #F5B25D
Black with #F5B25D
Text Example
Text Example
White with #F5B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B25D; }
p { color: rgb(245,178,93); }
H1.HeaderClassName
{
color: #F5B25D;
}
.AnyTagClassName
{
color: #F5B25D;
}
</style>
background-color css
<style>
a { background-color: #F5B25D; }
a { background-color: rgb(245,178,93); }
div.DivClassName
{
background-color: #F5B25D;
}
.BgClassName
{
background-color: #F5B25D;
}
</style>
border-color css
<style>
span { border-color: #F5B25D; }
span { border-color: rgb(245,178,93); }
td.TdClassName
{
border-color: #F5B25D;
}
.TagClassName
{
border-color: #F5B25D;
}
</style>