Shades of Texas Rose #FEB85D
Tints of Texas Rose #FEB85D
RGB
CMYK
RGB Variations
Color information
#FEB85D (or 0xFEB85D) is known color: Texas Rose. HEX triplet: FE, B8 and 5D. RGB value is (254,184,93). Sum of RGB (Red+Green+Blue) = 254+184+93=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB85D is #0147A2. Grayscale: #C2C2C2. Windows color (decimal): -83875 or 6142206. OLE color: 6142206.
HSL color Cylindrical-coordinate representation of color #FEB85D: hue angle of 33.91º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEB85D is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 93 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.00 |
| HSL | 33.91º | 0.99% | 0.68% | - |
| HSV(B) | 33.91º | 0.63% | 1% | - |
| XYZ | 59.99 | 56.14 | 18.03 | - |
| YUV | 194.56 | 70.69 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 93 | 0 | 0.28 | 0.63 | 0.00 | 33.91 | 0.99 | 0.68 |
| Hex | FE | B8 | 5D | 0 | 1C | 3F | 0 | 22 | 63 | 44 |
| Octal | 376 | 270 | 135 | 0 | 34 | 77 | 0 | 42 | 143 | 104 |
| Binary | 11111110 | 10111000 | 1011101 | 0 | 11100 | 111111 | 0 | 100010 | 1100011 | 1000100 |
Color Harmonies of #FEB85D
Complementary color
Monochromatic Colors of #FEB85D
Black with #FEB85D
Text Example
Text Example
White with #FEB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB85D; }
p { color: rgb(254,184,93); }
H1.HeaderClassName
{
color: #FEB85D;
}
.AnyTagClassName
{
color: #FEB85D;
}
</style>
background-color css
<style>
a { background-color: #FEB85D; }
a { background-color: rgb(254,184,93); }
div.DivClassName
{
background-color: #FEB85D;
}
.BgClassName
{
background-color: #FEB85D;
}
</style>
border-color css
<style>
span { border-color: #FEB85D; }
span { border-color: rgb(254,184,93); }
td.TdClassName
{
border-color: #FEB85D;
}
.TagClassName
{
border-color: #FEB85D;
}
</style>