Shades of Texas Rose #FDBA5E
Tints of Texas Rose #FDBA5E
RGB
CMYK
RGB Variations
Color information
#FDBA5E (or 0xFDBA5E) is known color: Texas Rose. HEX triplet: FD, BA and 5E. RGB value is (253,186,94). Sum of RGB (Red+Green+Blue) = 253+186+94=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA5E is #0245A1. Grayscale: #C3C3C3. Windows color (decimal): -148898 or 6208253. OLE color: 6208253.
HSL color Cylindrical-coordinate representation of color #FDBA5E: hue angle of 34.72º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDBA5E is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 94 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.01 |
| HSL | 34.72º | 0.98% | 0.68% | - |
| HSV(B) | 34.72º | 0.63% | 0.99% | - |
| XYZ | 60.09 | 56.81 | 18.39 | - |
| YUV | 195.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 94 | 0 | 0.26 | 0.63 | 0.01 | 34.72 | 0.98 | 0.68 |
| Hex | FD | BA | 5E | 0 | 1A | 3F | 1 | 23 | 62 | 44 |
| Octal | 375 | 272 | 136 | 0 | 32 | 77 | 1 | 43 | 142 | 104 |
| Binary | 11111101 | 10111010 | 1011110 | 0 | 11010 | 111111 | 1 | 100011 | 1100010 | 1000100 |
Color Harmonies of #FDBA5E
Complementary color
Monochromatic Colors of #FDBA5E
Black with #FDBA5E
Text Example
Text Example
White with #FDBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA5E; }
p { color: rgb(253,186,94); }
H1.HeaderClassName
{
color: #FDBA5E;
}
.AnyTagClassName
{
color: #FDBA5E;
}
</style>
background-color css
<style>
a { background-color: #FDBA5E; }
a { background-color: rgb(253,186,94); }
div.DivClassName
{
background-color: #FDBA5E;
}
.BgClassName
{
background-color: #FDBA5E;
}
</style>
border-color css
<style>
span { border-color: #FDBA5E; }
span { border-color: rgb(253,186,94); }
td.TdClassName
{
border-color: #FDBA5E;
}
.TagClassName
{
border-color: #FDBA5E;
}
</style>