Shades of Texas Rose #FDA754
Tints of Texas Rose #FDA754
RGB
CMYK
RGB Variations
Color information
#FDA754 (or 0xFDA754) is known color: Texas Rose. HEX triplet: FD, A7 and 54. RGB value is (253,167,84). Sum of RGB (Red+Green+Blue) = 253+167+84=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA754 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA754 is #0258AB. Grayscale: #B7B7B7. Windows color (decimal): -153772 or 5548029. OLE color: 5548029.
HSL color Cylindrical-coordinate representation of color #FDA754: hue angle of 29.47º 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 #FDA754 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 84 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.01 |
| HSL | 29.47º | 0.98% | 0.66% | - |
| HSV(B) | 29.47º | 0.67% | 0.99% | - |
| XYZ | 55.93 | 49.16 | 14.93 | - |
| YUV | 183.25 | 71.99 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 84 | 0 | 0.34 | 0.67 | 0.01 | 29.47 | 0.98 | 0.66 |
| Hex | FD | A7 | 54 | 0 | 22 | 43 | 1 | 1D | 62 | 42 |
| Octal | 375 | 247 | 124 | 0 | 42 | 103 | 1 | 35 | 142 | 102 |
| Binary | 11111101 | 10100111 | 1010100 | 0 | 100010 | 1000011 | 1 | 11101 | 1100010 | 1000010 |
Color Harmonies of #FDA754
Complementary color
Monochromatic Colors of #FDA754
Black with #FDA754
Text Example
Text Example
White with #FDA754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA754; }
p { color: rgb(253,167,84); }
H1.HeaderClassName
{
color: #FDA754;
}
.AnyTagClassName
{
color: #FDA754;
}
</style>
background-color css
<style>
a { background-color: #FDA754; }
a { background-color: rgb(253,167,84); }
div.DivClassName
{
background-color: #FDA754;
}
.BgClassName
{
background-color: #FDA754;
}
</style>
border-color css
<style>
span { border-color: #FDA754; }
span { border-color: rgb(253,167,84); }
td.TdClassName
{
border-color: #FDA754;
}
.TagClassName
{
border-color: #FDA754;
}
</style>