Shades of Texas Rose #FEAC5A
Tints of Texas Rose #FEAC5A
RGB
CMYK
RGB Variations
Color information
#FEAC5A (or 0xFEAC5A) is known color: Texas Rose. HEX triplet: FE, AC and 5A. RGB value is (254,172,90). Sum of RGB (Red+Green+Blue) = 254+172+90=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC5A is #0153A5. Grayscale: #BBBBBB. Windows color (decimal): -86950 or 5942526. OLE color: 5942526.
HSL color Cylindrical-coordinate representation of color #FEAC5A: hue angle of 30º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEAC5A is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 90 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.00 |
| HSL | 30º | 0.99% | 0.67% | - |
| HSV(B) | 30º | 0.65% | 1% | - |
| XYZ | 57.47 | 51.31 | 16.55 | - |
| YUV | 187.17 | 73.17 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 90 | 0 | 0.32 | 0.65 | 0.00 | 30 | 0.99 | 0.67 |
| Hex | FE | AC | 5A | 0 | 20 | 41 | 0 | 1E | 63 | 43 |
| Octal | 376 | 254 | 132 | 0 | 40 | 101 | 0 | 36 | 143 | 103 |
| Binary | 11111110 | 10101100 | 1011010 | 0 | 100000 | 1000001 | 0 | 11110 | 1100011 | 1000011 |
Color Harmonies of #FEAC5A
Complementary color
Monochromatic Colors of #FEAC5A
Black with #FEAC5A
Text Example
Text Example
White with #FEAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC5A; }
p { color: rgb(254,172,90); }
H1.HeaderClassName
{
color: #FEAC5A;
}
.AnyTagClassName
{
color: #FEAC5A;
}
</style>
background-color css
<style>
a { background-color: #FEAC5A; }
a { background-color: rgb(254,172,90); }
div.DivClassName
{
background-color: #FEAC5A;
}
.BgClassName
{
background-color: #FEAC5A;
}
</style>
border-color css
<style>
span { border-color: #FEAC5A; }
span { border-color: rgb(254,172,90); }
td.TdClassName
{
border-color: #FEAC5A;
}
.TagClassName
{
border-color: #FEAC5A;
}
</style>