Shades of Texas Rose #FDB057
Tints of Texas Rose #FDB057
RGB
CMYK
RGB Variations
Color information
#FDB057 (or 0xFDB057) is known color: Texas Rose. HEX triplet: FD, B0 and 57. RGB value is (253,176,87). Sum of RGB (Red+Green+Blue) = 253+176+87=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB057 is #024FA8. Grayscale: #BDBDBD. Windows color (decimal): -151465 or 5746941. OLE color: 5746941.
HSL color Cylindrical-coordinate representation of color #FDB057: hue angle of 32.17º 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 #FDB057 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 87 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.01 |
| HSL | 32.17º | 0.98% | 0.67% | - |
| HSV(B) | 32.17º | 0.66% | 0.99% | - |
| XYZ | 57.75 | 52.62 | 16.13 | - |
| YUV | 188.88 | 70.51 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 87 | 0 | 0.30 | 0.66 | 0.01 | 32.17 | 0.98 | 0.67 |
| Hex | FD | B0 | 57 | 0 | 1E | 42 | 1 | 20 | 62 | 43 |
| Octal | 375 | 260 | 127 | 0 | 36 | 102 | 1 | 40 | 142 | 103 |
| Binary | 11111101 | 10110000 | 1010111 | 0 | 11110 | 1000010 | 1 | 100000 | 1100010 | 1000011 |
Color Harmonies of #FDB057
Complementary color
Monochromatic Colors of #FDB057
Black with #FDB057
Text Example
Text Example
White with #FDB057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB057; }
p { color: rgb(253,176,87); }
H1.HeaderClassName
{
color: #FDB057;
}
.AnyTagClassName
{
color: #FDB057;
}
</style>
background-color css
<style>
a { background-color: #FDB057; }
a { background-color: rgb(253,176,87); }
div.DivClassName
{
background-color: #FDB057;
}
.BgClassName
{
background-color: #FDB057;
}
</style>
border-color css
<style>
span { border-color: #FDB057; }
span { border-color: rgb(253,176,87); }
td.TdClassName
{
border-color: #FDB057;
}
.TagClassName
{
border-color: #FDB057;
}
</style>