Shades of Texas Rose #FEB052
Tints of Texas Rose #FEB052
RGB
CMYK
RGB Variations
Color information
#FEB052 (or 0xFEB052) is known color: Texas Rose. HEX triplet: FE, B0 and 52. RGB value is (254,176,82). Sum of RGB (Red+Green+Blue) = 254+176+82=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB052 is #014FAD. Grayscale: #BDBDBD. Windows color (decimal): -85934 or 5419262. OLE color: 5419262.
HSL color Cylindrical-coordinate representation of color #FEB052: hue angle of 32.79º 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 #FEB052 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 82 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.00 |
| HSL | 32.79º | 0.99% | 0.66% | - |
| HSV(B) | 32.79º | 0.68% | 1% | - |
| XYZ | 57.92 | 52.73 | 15.11 | - |
| YUV | 188.61 | 67.84 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 82 | 0 | 0.31 | 0.68 | 0.00 | 32.79 | 0.99 | 0.66 |
| Hex | FE | B0 | 52 | 0 | 1F | 44 | 0 | 21 | 63 | 42 |
| Octal | 376 | 260 | 122 | 0 | 37 | 104 | 0 | 41 | 143 | 102 |
| Binary | 11111110 | 10110000 | 1010010 | 0 | 11111 | 1000100 | 0 | 100001 | 1100011 | 1000010 |
Color Harmonies of #FEB052
Complementary color
Monochromatic Colors of #FEB052
Black with #FEB052
Text Example
Text Example
White with #FEB052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB052; }
p { color: rgb(254,176,82); }
H1.HeaderClassName
{
color: #FEB052;
}
.AnyTagClassName
{
color: #FEB052;
}
</style>
background-color css
<style>
a { background-color: #FEB052; }
a { background-color: rgb(254,176,82); }
div.DivClassName
{
background-color: #FEB052;
}
.BgClassName
{
background-color: #FEB052;
}
</style>
border-color css
<style>
span { border-color: #FEB052; }
span { border-color: rgb(254,176,82); }
td.TdClassName
{
border-color: #FEB052;
}
.TagClassName
{
border-color: #FEB052;
}
</style>