Shades of Texas Rose #FEA857
Tints of Texas Rose #FEA857
RGB
CMYK
RGB Variations
Color information
#FEA857 (or 0xFEA857) is known color: Texas Rose. HEX triplet: FE, A8 and 57. RGB value is (254,168,87). Sum of RGB (Red+Green+Blue) = 254+168+87=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA857 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA857 is #0157A8. Grayscale: #B8B8B8. Windows color (decimal): -87977 or 5744894. OLE color: 5744894.
HSL color Cylindrical-coordinate representation of color #FEA857: hue angle of 29.1º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEA857 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 87 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.00 |
| HSL | 29.1º | 0.99% | 0.67% | - |
| HSV(B) | 29.1º | 0.66% | 1% | - |
| XYZ | 56.6 | 49.76 | 15.64 | - |
| YUV | 184.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 87 | 0 | 0.34 | 0.66 | 0.00 | 29.1 | 0.99 | 0.67 |
| Hex | FE | A8 | 57 | 0 | 22 | 42 | 0 | 1D | 63 | 43 |
| Octal | 376 | 250 | 127 | 0 | 42 | 102 | 0 | 35 | 143 | 103 |
| Binary | 11111110 | 10101000 | 1010111 | 0 | 100010 | 1000010 | 0 | 11101 | 1100011 | 1000011 |
Color Harmonies of #FEA857
Complementary color
Monochromatic Colors of #FEA857
Black with #FEA857
Text Example
Text Example
White with #FEA857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA857; }
p { color: rgb(254,168,87); }
H1.HeaderClassName
{
color: #FEA857;
}
.AnyTagClassName
{
color: #FEA857;
}
</style>
background-color css
<style>
a { background-color: #FEA857; }
a { background-color: rgb(254,168,87); }
div.DivClassName
{
background-color: #FEA857;
}
.BgClassName
{
background-color: #FEA857;
}
</style>
border-color css
<style>
span { border-color: #FEA857; }
span { border-color: rgb(254,168,87); }
td.TdClassName
{
border-color: #FEA857;
}
.TagClassName
{
border-color: #FEA857;
}
</style>