Shades of Texas Rose #FEA755
Tints of Texas Rose #FEA755
RGB
CMYK
RGB Variations
Color information
#FEA755 (or 0xFEA755) is known color: Texas Rose. HEX triplet: FE, A7 and 55. RGB value is (254,167,85). Sum of RGB (Red+Green+Blue) = 254+167+85=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA755 is #0158AA. Grayscale: #B8B8B8. Windows color (decimal): -88235 or 5613566. OLE color: 5613566.
HSL color Cylindrical-coordinate representation of color #FEA755: hue angle of 29.11º 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 #FEA755 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 85 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.00 |
| HSL | 29.11º | 0.99% | 0.66% | - |
| HSV(B) | 29.11º | 0.67% | 1% | - |
| XYZ | 56.33 | 49.36 | 15.15 | - |
| YUV | 183.67 | 72.32 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 85 | 0 | 0.34 | 0.67 | 0.00 | 29.11 | 0.99 | 0.66 |
| Hex | FE | A7 | 55 | 0 | 22 | 43 | 0 | 1D | 63 | 42 |
| Octal | 376 | 247 | 125 | 0 | 42 | 103 | 0 | 35 | 143 | 102 |
| Binary | 11111110 | 10100111 | 1010101 | 0 | 100010 | 1000011 | 0 | 11101 | 1100011 | 1000010 |
Color Harmonies of #FEA755
Complementary color
Monochromatic Colors of #FEA755
Black with #FEA755
Text Example
Text Example
White with #FEA755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA755; }
p { color: rgb(254,167,85); }
H1.HeaderClassName
{
color: #FEA755;
}
.AnyTagClassName
{
color: #FEA755;
}
</style>
background-color css
<style>
a { background-color: #FEA755; }
a { background-color: rgb(254,167,85); }
div.DivClassName
{
background-color: #FEA755;
}
.BgClassName
{
background-color: #FEA755;
}
</style>
border-color css
<style>
span { border-color: #FEA755; }
span { border-color: rgb(254,167,85); }
td.TdClassName
{
border-color: #FEA755;
}
.TagClassName
{
border-color: #FEA755;
}
</style>