Shades of Texas Rose #FDB156
Tints of Texas Rose #FDB156
RGB
CMYK
RGB Variations
Color information
#FDB156 (or 0xFDB156) is known color: Texas Rose. HEX triplet: FD, B1 and 56. RGB value is (253,177,86). Sum of RGB (Red+Green+Blue) = 253+177+86=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB156 is #024EA9. Grayscale: #BDBDBD. Windows color (decimal): -151210 or 5681661. OLE color: 5681661.
HSL color Cylindrical-coordinate representation of color #FDB156: hue angle of 32.69º 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 #FDB156 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 86 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.01 |
| HSL | 32.69º | 0.98% | 0.66% | - |
| HSV(B) | 32.69º | 0.66% | 0.99% | - |
| XYZ | 57.91 | 53 | 15.98 | - |
| YUV | 189.35 | 69.68 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 86 | 0 | 0.30 | 0.66 | 0.01 | 32.69 | 0.98 | 0.66 |
| Hex | FD | B1 | 56 | 0 | 1E | 42 | 1 | 21 | 62 | 42 |
| Octal | 375 | 261 | 126 | 0 | 36 | 102 | 1 | 41 | 142 | 102 |
| Binary | 11111101 | 10110001 | 1010110 | 0 | 11110 | 1000010 | 1 | 100001 | 1100010 | 1000010 |
Color Harmonies of #FDB156
Complementary color
Monochromatic Colors of #FDB156
Black with #FDB156
Text Example
Text Example
White with #FDB156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB156; }
p { color: rgb(253,177,86); }
H1.HeaderClassName
{
color: #FDB156;
}
.AnyTagClassName
{
color: #FDB156;
}
</style>
background-color css
<style>
a { background-color: #FDB156; }
a { background-color: rgb(253,177,86); }
div.DivClassName
{
background-color: #FDB156;
}
.BgClassName
{
background-color: #FDB156;
}
</style>
border-color css
<style>
span { border-color: #FDB156; }
span { border-color: rgb(253,177,86); }
td.TdClassName
{
border-color: #FDB156;
}
.TagClassName
{
border-color: #FDB156;
}
</style>