Shades of Texas Rose #FDAC5A
Tints of Texas Rose #FDAC5A
RGB
CMYK
RGB Variations
Color information
#FDAC5A (or 0xFDAC5A) is known color: Texas Rose. HEX triplet: FD, AC and 5A. RGB value is (253,172,90). Sum of RGB (Red+Green+Blue) = 253+172+90=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC5A is #0253A5. Grayscale: #BBBBBB. Windows color (decimal): -152486 or 5942525. OLE color: 5942525.
HSL color Cylindrical-coordinate representation of color #FDAC5A: hue angle of 30.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDAC5A is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 90 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.01 |
| HSL | 30.18º | 0.98% | 0.67% | - |
| HSV(B) | 30.18º | 0.64% | 0.99% | - |
| XYZ | 57.11 | 51.13 | 16.53 | - |
| YUV | 186.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 90 | 0 | 0.32 | 0.64 | 0.01 | 30.18 | 0.98 | 0.67 |
| Hex | FD | AC | 5A | 0 | 20 | 40 | 1 | 1E | 62 | 43 |
| Octal | 375 | 254 | 132 | 0 | 40 | 100 | 1 | 36 | 142 | 103 |
| Binary | 11111101 | 10101100 | 1011010 | 0 | 100000 | 1000000 | 1 | 11110 | 1100010 | 1000011 |
Color Harmonies of #FDAC5A
Complementary color
Monochromatic Colors of #FDAC5A
Black with #FDAC5A
Text Example
Text Example
White with #FDAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC5A; }
p { color: rgb(253,172,90); }
H1.HeaderClassName
{
color: #FDAC5A;
}
.AnyTagClassName
{
color: #FDAC5A;
}
</style>
background-color css
<style>
a { background-color: #FDAC5A; }
a { background-color: rgb(253,172,90); }
div.DivClassName
{
background-color: #FDAC5A;
}
.BgClassName
{
background-color: #FDAC5A;
}
</style>
border-color css
<style>
span { border-color: #FDAC5A; }
span { border-color: rgb(253,172,90); }
td.TdClassName
{
border-color: #FDAC5A;
}
.TagClassName
{
border-color: #FDAC5A;
}
</style>