Shades of Texas Rose #FDB154
Tints of Texas Rose #FDB154
RGB
CMYK
RGB Variations
Color information
#FDB154 (or 0xFDB154) is known color: Texas Rose. HEX triplet: FD, B1 and 54. RGB value is (253,177,84). Sum of RGB (Red+Green+Blue) = 253+177+84=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB154 is #024EAB. Grayscale: #BDBDBD. Windows color (decimal): -151212 or 5550589. OLE color: 5550589.
HSL color Cylindrical-coordinate representation of color #FDB154: hue angle of 33.02º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDB154 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 84 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.01 |
| HSL | 33.02º | 0.98% | 0.66% | - |
| HSV(B) | 33.02º | 0.67% | 0.99% | - |
| XYZ | 57.83 | 52.97 | 15.56 | - |
| YUV | 189.12 | 68.68 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 84 | 0 | 0.30 | 0.67 | 0.01 | 33.02 | 0.98 | 0.66 |
| Hex | FD | B1 | 54 | 0 | 1E | 43 | 1 | 21 | 62 | 42 |
| Octal | 375 | 261 | 124 | 0 | 36 | 103 | 1 | 41 | 142 | 102 |
| Binary | 11111101 | 10110001 | 1010100 | 0 | 11110 | 1000011 | 1 | 100001 | 1100010 | 1000010 |
Color Harmonies of #FDB154
Complementary color
Monochromatic Colors of #FDB154
Black with #FDB154
Text Example
Text Example
White with #FDB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB154; }
p { color: rgb(253,177,84); }
H1.HeaderClassName
{
color: #FDB154;
}
.AnyTagClassName
{
color: #FDB154;
}
</style>
background-color css
<style>
a { background-color: #FDB154; }
a { background-color: rgb(253,177,84); }
div.DivClassName
{
background-color: #FDB154;
}
.BgClassName
{
background-color: #FDB154;
}
</style>
border-color css
<style>
span { border-color: #FDB154; }
span { border-color: rgb(253,177,84); }
td.TdClassName
{
border-color: #FDB154;
}
.TagClassName
{
border-color: #FDB154;
}
</style>