Shades of Texas Rose #FDAD50
Tints of Texas Rose #FDAD50
RGB
CMYK
RGB Variations
Color information
#FDAD50 (or 0xFDAD50) is known color: Texas Rose. HEX triplet: FD, AD and 50. RGB value is (253,173,80). Sum of RGB (Red+Green+Blue) = 253+173+80=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAD50 is #0252AF. Grayscale: #BABABA. Windows color (decimal): -152240 or 5287421. OLE color: 5287421.
HSL color Cylindrical-coordinate representation of color #FDAD50: hue angle of 32.25º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDAD50 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 80 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.01 |
| HSL | 32.25º | 0.98% | 0.65% | - |
| HSV(B) | 32.25º | 0.68% | 0.99% | - |
| XYZ | 56.9 | 51.35 | 14.5 | - |
| YUV | 186.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 80 | 0 | 0.32 | 0.68 | 0.01 | 32.25 | 0.98 | 0.65 |
| Hex | FD | AD | 50 | 0 | 20 | 44 | 1 | 20 | 62 | 41 |
| Octal | 375 | 255 | 120 | 0 | 40 | 104 | 1 | 40 | 142 | 101 |
| Binary | 11111101 | 10101101 | 1010000 | 0 | 100000 | 1000100 | 1 | 100000 | 1100010 | 1000001 |
Color Harmonies of #FDAD50
Complementary color
Monochromatic Colors of #FDAD50
Black with #FDAD50
Text Example
Text Example
White with #FDAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAD50; }
p { color: rgb(253,173,80); }
H1.HeaderClassName
{
color: #FDAD50;
}
.AnyTagClassName
{
color: #FDAD50;
}
</style>
background-color css
<style>
a { background-color: #FDAD50; }
a { background-color: rgb(253,173,80); }
div.DivClassName
{
background-color: #FDAD50;
}
.BgClassName
{
background-color: #FDAD50;
}
</style>
border-color css
<style>
span { border-color: #FDAD50; }
span { border-color: rgb(253,173,80); }
td.TdClassName
{
border-color: #FDAD50;
}
.TagClassName
{
border-color: #FDAD50;
}
</style>