Shades of Texas Rose #FEAD50
Tints of Texas Rose #FEAD50
RGB
CMYK
RGB Variations
Color information
#FEAD50 (or 0xFEAD50) is known color: Texas Rose. HEX triplet: FE, AD and 50. RGB value is (254,173,80). Sum of RGB (Red+Green+Blue) = 254+173+80=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD50 is #0152AF. Grayscale: #BBBBBB. Windows color (decimal): -86704 or 5287422. OLE color: 5287422.
HSL color Cylindrical-coordinate representation of color #FEAD50: hue angle of 32.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEAD50 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 80 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.00 |
| HSL | 32.07º | 0.99% | 0.65% | - |
| HSV(B) | 32.07º | 0.69% | 1% | - |
| XYZ | 57.26 | 51.54 | 14.52 | - |
| YUV | 186.62 | 67.84 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 80 | 0 | 0.32 | 0.69 | 0.00 | 32.07 | 0.99 | 0.65 |
| Hex | FE | AD | 50 | 0 | 20 | 45 | 0 | 20 | 63 | 41 |
| Octal | 376 | 255 | 120 | 0 | 40 | 105 | 0 | 40 | 143 | 101 |
| Binary | 11111110 | 10101101 | 1010000 | 0 | 100000 | 1000101 | 0 | 100000 | 1100011 | 1000001 |
Color Harmonies of #FEAD50
Complementary color
Monochromatic Colors of #FEAD50
Black with #FEAD50
Text Example
Text Example
White with #FEAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD50; }
p { color: rgb(254,173,80); }
H1.HeaderClassName
{
color: #FEAD50;
}
.AnyTagClassName
{
color: #FEAD50;
}
</style>
background-color css
<style>
a { background-color: #FEAD50; }
a { background-color: rgb(254,173,80); }
div.DivClassName
{
background-color: #FEAD50;
}
.BgClassName
{
background-color: #FEAD50;
}
</style>
border-color css
<style>
span { border-color: #FEAD50; }
span { border-color: rgb(254,173,80); }
td.TdClassName
{
border-color: #FEAD50;
}
.TagClassName
{
border-color: #FEAD50;
}
</style>