Shades of Texas Rose #FDA854
Tints of Texas Rose #FDA854
RGB
CMYK
RGB Variations
Color information
#FDA854 (or 0xFDA854) is known color: Texas Rose. HEX triplet: FD, A8 and 54. RGB value is (253,168,84). Sum of RGB (Red+Green+Blue) = 253+168+84=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA854 is #0257AB. Grayscale: #B8B8B8. Windows color (decimal): -153516 or 5548285. OLE color: 5548285.
HSL color Cylindrical-coordinate representation of color #FDA854: hue angle of 29.82º 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 #FDA854 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 84 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.01 |
| HSL | 29.82º | 0.98% | 0.66% | - |
| HSV(B) | 29.82º | 0.67% | 0.99% | - |
| XYZ | 56.11 | 49.53 | 14.99 | - |
| YUV | 183.84 | 71.66 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 84 | 0 | 0.34 | 0.67 | 0.01 | 29.82 | 0.98 | 0.66 |
| Hex | FD | A8 | 54 | 0 | 22 | 43 | 1 | 1E | 62 | 42 |
| Octal | 375 | 250 | 124 | 0 | 42 | 103 | 1 | 36 | 142 | 102 |
| Binary | 11111101 | 10101000 | 1010100 | 0 | 100010 | 1000011 | 1 | 11110 | 1100010 | 1000010 |
Color Harmonies of #FDA854
Complementary color
Monochromatic Colors of #FDA854
Black with #FDA854
Text Example
Text Example
White with #FDA854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA854; }
p { color: rgb(253,168,84); }
H1.HeaderClassName
{
color: #FDA854;
}
.AnyTagClassName
{
color: #FDA854;
}
</style>
background-color css
<style>
a { background-color: #FDA854; }
a { background-color: rgb(253,168,84); }
div.DivClassName
{
background-color: #FDA854;
}
.BgClassName
{
background-color: #FDA854;
}
</style>
border-color css
<style>
span { border-color: #FDA854; }
span { border-color: rgb(253,168,84); }
td.TdClassName
{
border-color: #FDA854;
}
.TagClassName
{
border-color: #FDA854;
}
</style>