Shades of Texas Rose #FDB659
Tints of Texas Rose #FDB659
RGB
CMYK
RGB Variations
Color information
#FDB659 (or 0xFDB659) is known color: Texas Rose. HEX triplet: FD, B6 and 59. RGB value is (253,182,89). Sum of RGB (Red+Green+Blue) = 253+182+89=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB659 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB659 is #0249A6. Grayscale: #C1C1C1. Windows color (decimal): -149927 or 5879549. OLE color: 5879549.
HSL color Cylindrical-coordinate representation of color #FDB659: hue angle of 34.02º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDB659 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 89 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.01 |
| HSL | 34.02º | 0.98% | 0.67% | - |
| HSV(B) | 34.02º | 0.65% | 0.99% | - |
| XYZ | 59.04 | 55.06 | 16.97 | - |
| YUV | 192.63 | 69.52 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 89 | 0 | 0.28 | 0.65 | 0.01 | 34.02 | 0.98 | 0.67 |
| Hex | FD | B6 | 59 | 0 | 1C | 41 | 1 | 22 | 62 | 43 |
| Octal | 375 | 266 | 131 | 0 | 34 | 101 | 1 | 42 | 142 | 103 |
| Binary | 11111101 | 10110110 | 1011001 | 0 | 11100 | 1000001 | 1 | 100010 | 1100010 | 1000011 |
Color Harmonies of #FDB659
Complementary color
Monochromatic Colors of #FDB659
Black with #FDB659
Text Example
Text Example
White with #FDB659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB659; }
p { color: rgb(253,182,89); }
H1.HeaderClassName
{
color: #FDB659;
}
.AnyTagClassName
{
color: #FDB659;
}
</style>
background-color css
<style>
a { background-color: #FDB659; }
a { background-color: rgb(253,182,89); }
div.DivClassName
{
background-color: #FDB659;
}
.BgClassName
{
background-color: #FDB659;
}
</style>
border-color css
<style>
span { border-color: #FDB659; }
span { border-color: rgb(253,182,89); }
td.TdClassName
{
border-color: #FDB659;
}
.TagClassName
{
border-color: #FDB659;
}
</style>