Shades of Texas Rose #FDB056
Tints of Texas Rose #FDB056
RGB
CMYK
RGB Variations
Color information
#FDB056 (or 0xFDB056) is known color: Texas Rose. HEX triplet: FD, B0 and 56. RGB value is (253,176,86). Sum of RGB (Red+Green+Blue) = 253+176+86=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB056 is #024FA9. Grayscale: #BDBDBD. Windows color (decimal): -151466 or 5681405. OLE color: 5681405.
HSL color Cylindrical-coordinate representation of color #FDB056: hue angle of 32.34º 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 #FDB056 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 86 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.01 |
| HSL | 32.34º | 0.98% | 0.66% | - |
| HSV(B) | 32.34º | 0.66% | 0.99% | - |
| XYZ | 57.71 | 52.61 | 15.92 | - |
| YUV | 188.76 | 70.01 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 86 | 0 | 0.30 | 0.66 | 0.01 | 32.34 | 0.98 | 0.66 |
| Hex | FD | B0 | 56 | 0 | 1E | 42 | 1 | 20 | 62 | 42 |
| Octal | 375 | 260 | 126 | 0 | 36 | 102 | 1 | 40 | 142 | 102 |
| Binary | 11111101 | 10110000 | 1010110 | 0 | 11110 | 1000010 | 1 | 100000 | 1100010 | 1000010 |
Color Harmonies of #FDB056
Complementary color
Monochromatic Colors of #FDB056
Black with #FDB056
Text Example
Text Example
White with #FDB056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB056; }
p { color: rgb(253,176,86); }
H1.HeaderClassName
{
color: #FDB056;
}
.AnyTagClassName
{
color: #FDB056;
}
</style>
background-color css
<style>
a { background-color: #FDB056; }
a { background-color: rgb(253,176,86); }
div.DivClassName
{
background-color: #FDB056;
}
.BgClassName
{
background-color: #FDB056;
}
</style>
border-color css
<style>
span { border-color: #FDB056; }
span { border-color: rgb(253,176,86); }
td.TdClassName
{
border-color: #FDB056;
}
.TagClassName
{
border-color: #FDB056;
}
</style>