Shades of Texas Rose #FEA853
Tints of Texas Rose #FEA853
RGB
CMYK
RGB Variations
Color information
#FEA853 (or 0xFEA853) is known color: Texas Rose. HEX triplet: FE, A8 and 53. RGB value is (254,168,83). Sum of RGB (Red+Green+Blue) = 254+168+83=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA853 is #0157AC. Grayscale: #B8B8B8. Windows color (decimal): -87981 or 5482750. OLE color: 5482750.
HSL color Cylindrical-coordinate representation of color #FEA853: hue angle of 29.82º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEA853 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 83 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.00 |
| HSL | 29.82º | 0.99% | 0.66% | - |
| HSV(B) | 29.82º | 0.67% | 1% | - |
| XYZ | 56.44 | 49.7 | 14.8 | - |
| YUV | 184.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 83 | 0 | 0.34 | 0.67 | 0.00 | 29.82 | 0.99 | 0.66 |
| Hex | FE | A8 | 53 | 0 | 22 | 43 | 0 | 1E | 63 | 42 |
| Octal | 376 | 250 | 123 | 0 | 42 | 103 | 0 | 36 | 143 | 102 |
| Binary | 11111110 | 10101000 | 1010011 | 0 | 100010 | 1000011 | 0 | 11110 | 1100011 | 1000010 |
Color Harmonies of #FEA853
Complementary color
Monochromatic Colors of #FEA853
Black with #FEA853
Text Example
Text Example
White with #FEA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA853; }
p { color: rgb(254,168,83); }
H1.HeaderClassName
{
color: #FEA853;
}
.AnyTagClassName
{
color: #FEA853;
}
</style>
background-color css
<style>
a { background-color: #FEA853; }
a { background-color: rgb(254,168,83); }
div.DivClassName
{
background-color: #FEA853;
}
.BgClassName
{
background-color: #FEA853;
}
</style>
border-color css
<style>
span { border-color: #FEA853; }
span { border-color: rgb(254,168,83); }
td.TdClassName
{
border-color: #FEA853;
}
.TagClassName
{
border-color: #FEA853;
}
</style>