Shades of Texas Rose #FDA954
Tints of Texas Rose #FDA954
RGB
CMYK
RGB Variations
Color information
#FDA954 (or 0xFDA954) is known color: Texas Rose. HEX triplet: FD, A9 and 54. RGB value is (253,169,84). Sum of RGB (Red+Green+Blue) = 253+169+84=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA954 is #0256AB. Grayscale: #B8B8B8. Windows color (decimal): -153260 or 5548541. OLE color: 5548541.
HSL color Cylindrical-coordinate representation of color #FDA954: hue angle of 30.18º 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 #FDA954 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 84 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.01 |
| HSL | 30.18º | 0.98% | 0.66% | - |
| HSV(B) | 30.18º | 0.67% | 0.99% | - |
| XYZ | 56.3 | 49.9 | 15.05 | - |
| YUV | 184.43 | 71.33 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 84 | 0 | 0.33 | 0.67 | 0.01 | 30.18 | 0.98 | 0.66 |
| Hex | FD | A9 | 54 | 0 | 21 | 43 | 1 | 1E | 62 | 42 |
| Octal | 375 | 251 | 124 | 0 | 41 | 103 | 1 | 36 | 142 | 102 |
| Binary | 11111101 | 10101001 | 1010100 | 0 | 100001 | 1000011 | 1 | 11110 | 1100010 | 1000010 |
Color Harmonies of #FDA954
Complementary color
Monochromatic Colors of #FDA954
Black with #FDA954
Text Example
Text Example
White with #FDA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA954; }
p { color: rgb(253,169,84); }
H1.HeaderClassName
{
color: #FDA954;
}
.AnyTagClassName
{
color: #FDA954;
}
</style>
background-color css
<style>
a { background-color: #FDA954; }
a { background-color: rgb(253,169,84); }
div.DivClassName
{
background-color: #FDA954;
}
.BgClassName
{
background-color: #FDA954;
}
</style>
border-color css
<style>
span { border-color: #FDA954; }
span { border-color: rgb(253,169,84); }
td.TdClassName
{
border-color: #FDA954;
}
.TagClassName
{
border-color: #FDA954;
}
</style>