Shades of Texas Rose #FDB055
Tints of Texas Rose #FDB055
RGB
CMYK
RGB Variations
Color information
#FDB055 (or 0xFDB055) is known color: Texas Rose. HEX triplet: FD, B0 and 55. RGB value is (253,176,85). Sum of RGB (Red+Green+Blue) = 253+176+85=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB055 is #024FAA. Grayscale: #BDBDBD. Windows color (decimal): -151467 or 5615869. OLE color: 5615869.
HSL color Cylindrical-coordinate representation of color #FDB055: hue angle of 32.5º 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 #FDB055 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 85 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.01 |
| HSL | 32.5º | 0.98% | 0.66% | - |
| HSV(B) | 32.5º | 0.66% | 0.99% | - |
| XYZ | 57.67 | 52.59 | 15.71 | - |
| YUV | 188.65 | 69.51 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 85 | 0 | 0.30 | 0.66 | 0.01 | 32.5 | 0.98 | 0.66 |
| Hex | FD | B0 | 55 | 0 | 1E | 42 | 1 | 20 | 62 | 42 |
| Octal | 375 | 260 | 125 | 0 | 36 | 102 | 1 | 40 | 142 | 102 |
| Binary | 11111101 | 10110000 | 1010101 | 0 | 11110 | 1000010 | 1 | 100000 | 1100010 | 1000010 |
Color Harmonies of #FDB055
Complementary color
Monochromatic Colors of #FDB055
Black with #FDB055
Text Example
Text Example
White with #FDB055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB055; }
p { color: rgb(253,176,85); }
H1.HeaderClassName
{
color: #FDB055;
}
.AnyTagClassName
{
color: #FDB055;
}
</style>
background-color css
<style>
a { background-color: #FDB055; }
a { background-color: rgb(253,176,85); }
div.DivClassName
{
background-color: #FDB055;
}
.BgClassName
{
background-color: #FDB055;
}
</style>
border-color css
<style>
span { border-color: #FDB055; }
span { border-color: rgb(253,176,85); }
td.TdClassName
{
border-color: #FDB055;
}
.TagClassName
{
border-color: #FDB055;
}
</style>