Shades of Texas Rose #FDB155
Tints of Texas Rose #FDB155
RGB
CMYK
RGB Variations
Color information
#FDB155 (or 0xFDB155) is known color: Texas Rose. HEX triplet: FD, B1 and 55. RGB value is (253,177,85). Sum of RGB (Red+Green+Blue) = 253+177+85=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB155 is #024EAA. Grayscale: #BDBDBD. Windows color (decimal): -151211 or 5616125. OLE color: 5616125.
HSL color Cylindrical-coordinate representation of color #FDB155: hue angle of 32.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDB155 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 85 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.01 |
| HSL | 32.86º | 0.98% | 0.66% | - |
| HSV(B) | 32.86º | 0.66% | 0.99% | - |
| XYZ | 57.87 | 52.98 | 15.77 | - |
| YUV | 189.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 85 | 0 | 0.30 | 0.66 | 0.01 | 32.86 | 0.98 | 0.66 |
| Hex | FD | B1 | 55 | 0 | 1E | 42 | 1 | 21 | 62 | 42 |
| Octal | 375 | 261 | 125 | 0 | 36 | 102 | 1 | 41 | 142 | 102 |
| Binary | 11111101 | 10110001 | 1010101 | 0 | 11110 | 1000010 | 1 | 100001 | 1100010 | 1000010 |
Color Harmonies of #FDB155
Complementary color
Monochromatic Colors of #FDB155
Black with #FDB155
Text Example
Text Example
White with #FDB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB155; }
p { color: rgb(253,177,85); }
H1.HeaderClassName
{
color: #FDB155;
}
.AnyTagClassName
{
color: #FDB155;
}
</style>
background-color css
<style>
a { background-color: #FDB155; }
a { background-color: rgb(253,177,85); }
div.DivClassName
{
background-color: #FDB155;
}
.BgClassName
{
background-color: #FDB155;
}
</style>
border-color css
<style>
span { border-color: #FDB155; }
span { border-color: rgb(253,177,85); }
td.TdClassName
{
border-color: #FDB155;
}
.TagClassName
{
border-color: #FDB155;
}
</style>