Shades of Texas Rose #FDB259
Tints of Texas Rose #FDB259
RGB
CMYK
RGB Variations
Color information
#FDB259 (or 0xFDB259) is known color: Texas Rose. HEX triplet: FD, B2 and 59. RGB value is (253,178,89). Sum of RGB (Red+Green+Blue) = 253+178+89=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB259 is #024DA6. Grayscale: #BEBEBE. Windows color (decimal): -150951 or 5878525. OLE color: 5878525.
HSL color Cylindrical-coordinate representation of color #FDB259: hue angle of 32.56º 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 #FDB259 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 89 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.01 |
| HSL | 32.56º | 0.98% | 0.67% | - |
| HSV(B) | 32.56º | 0.65% | 0.99% | - |
| XYZ | 58.23 | 53.44 | 16.7 | - |
| YUV | 190.28 | 70.85 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 89 | 0 | 0.30 | 0.65 | 0.01 | 32.56 | 0.98 | 0.67 |
| Hex | FD | B2 | 59 | 0 | 1E | 41 | 1 | 21 | 62 | 43 |
| Octal | 375 | 262 | 131 | 0 | 36 | 101 | 1 | 41 | 142 | 103 |
| Binary | 11111101 | 10110010 | 1011001 | 0 | 11110 | 1000001 | 1 | 100001 | 1100010 | 1000011 |
Color Harmonies of #FDB259
Complementary color
Monochromatic Colors of #FDB259
Black with #FDB259
Text Example
Text Example
White with #FDB259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB259; }
p { color: rgb(253,178,89); }
H1.HeaderClassName
{
color: #FDB259;
}
.AnyTagClassName
{
color: #FDB259;
}
</style>
background-color css
<style>
a { background-color: #FDB259; }
a { background-color: rgb(253,178,89); }
div.DivClassName
{
background-color: #FDB259;
}
.BgClassName
{
background-color: #FDB259;
}
</style>
border-color css
<style>
span { border-color: #FDB259; }
span { border-color: rgb(253,178,89); }
td.TdClassName
{
border-color: #FDB259;
}
.TagClassName
{
border-color: #FDB259;
}
</style>