Shades of Texas Rose #FDB457
Tints of Texas Rose #FDB457
RGB
CMYK
RGB Variations
Color information
#FDB457 (or 0xFDB457) is known color: Texas Rose. HEX triplet: FD, B4 and 57. RGB value is (253,180,87). Sum of RGB (Red+Green+Blue) = 253+180+87=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB457 is #024BA8. Grayscale: #BFBFBF. Windows color (decimal): -150441 or 5747965. OLE color: 5747965.
HSL color Cylindrical-coordinate representation of color #FDB457: hue angle of 33.61º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDB457 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 87 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.01 |
| HSL | 33.61º | 0.98% | 0.67% | - |
| HSV(B) | 33.61º | 0.66% | 0.99% | - |
| XYZ | 58.55 | 54.21 | 16.4 | - |
| YUV | 191.23 | 69.18 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 87 | 0 | 0.29 | 0.66 | 0.01 | 33.61 | 0.98 | 0.67 |
| Hex | FD | B4 | 57 | 0 | 1D | 42 | 1 | 22 | 62 | 43 |
| Octal | 375 | 264 | 127 | 0 | 35 | 102 | 1 | 42 | 142 | 103 |
| Binary | 11111101 | 10110100 | 1010111 | 0 | 11101 | 1000010 | 1 | 100010 | 1100010 | 1000011 |
Color Harmonies of #FDB457
Complementary color
Monochromatic Colors of #FDB457
Black with #FDB457
Text Example
Text Example
White with #FDB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB457; }
p { color: rgb(253,180,87); }
H1.HeaderClassName
{
color: #FDB457;
}
.AnyTagClassName
{
color: #FDB457;
}
</style>
background-color css
<style>
a { background-color: #FDB457; }
a { background-color: rgb(253,180,87); }
div.DivClassName
{
background-color: #FDB457;
}
.BgClassName
{
background-color: #FDB457;
}
</style>
border-color css
<style>
span { border-color: #FDB457; }
span { border-color: rgb(253,180,87); }
td.TdClassName
{
border-color: #FDB457;
}
.TagClassName
{
border-color: #FDB457;
}
</style>