Shades of Texas Rose #FEA851
Tints of Texas Rose #FEA851
RGB
CMYK
RGB Variations
Color information
#FEA851 (or 0xFEA851) is known color: Texas Rose. HEX triplet: FE, A8 and 51. RGB value is (254,168,81). Sum of RGB (Red+Green+Blue) = 254+168+81=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA851 is #0157AE. Grayscale: #B8B8B8. Windows color (decimal): -87983 or 5351678. OLE color: 5351678.
HSL color Cylindrical-coordinate representation of color #FEA851: hue angle of 30.17º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEA851 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 81 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.00 |
| HSL | 30.17º | 0.99% | 0.66% | - |
| HSV(B) | 30.17º | 0.68% | 1% | - |
| XYZ | 56.36 | 49.67 | 14.4 | - |
| YUV | 183.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 81 | 0 | 0.34 | 0.68 | 0.00 | 30.17 | 0.99 | 0.66 |
| Hex | FE | A8 | 51 | 0 | 22 | 44 | 0 | 1E | 63 | 42 |
| Octal | 376 | 250 | 121 | 0 | 42 | 104 | 0 | 36 | 143 | 102 |
| Binary | 11111110 | 10101000 | 1010001 | 0 | 100010 | 1000100 | 0 | 11110 | 1100011 | 1000010 |
Color Harmonies of #FEA851
Complementary color
Monochromatic Colors of #FEA851
Black with #FEA851
Text Example
Text Example
White with #FEA851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA851; }
p { color: rgb(254,168,81); }
H1.HeaderClassName
{
color: #FEA851;
}
.AnyTagClassName
{
color: #FEA851;
}
</style>
background-color css
<style>
a { background-color: #FEA851; }
a { background-color: rgb(254,168,81); }
div.DivClassName
{
background-color: #FEA851;
}
.BgClassName
{
background-color: #FEA851;
}
</style>
border-color css
<style>
span { border-color: #FEA851; }
span { border-color: rgb(254,168,81); }
td.TdClassName
{
border-color: #FEA851;
}
.TagClassName
{
border-color: #FEA851;
}
</style>