Shades of Texas Rose #FEB65D
Tints of Texas Rose #FEB65D
RGB
CMYK
RGB Variations
Color information
#FEB65D (or 0xFEB65D) is known color: Texas Rose. HEX triplet: FE, B6 and 5D. RGB value is (254,182,93). Sum of RGB (Red+Green+Blue) = 254+182+93=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB65D is #0149A2. Grayscale: #C1C1C1. Windows color (decimal): -84387 or 6141694. OLE color: 6141694.
HSL color Cylindrical-coordinate representation of color #FEB65D: hue angle of 33.17º 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 #FEB65D is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 93 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.00 |
| HSL | 33.17º | 0.99% | 0.68% | - |
| HSV(B) | 33.17º | 0.63% | 1% | - |
| XYZ | 59.58 | 55.32 | 17.89 | - |
| YUV | 193.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 93 | 0 | 0.28 | 0.63 | 0.00 | 33.17 | 0.99 | 0.68 |
| Hex | FE | B6 | 5D | 0 | 1C | 3F | 0 | 21 | 63 | 44 |
| Octal | 376 | 266 | 135 | 0 | 34 | 77 | 0 | 41 | 143 | 104 |
| Binary | 11111110 | 10110110 | 1011101 | 0 | 11100 | 111111 | 0 | 100001 | 1100011 | 1000100 |
Color Harmonies of #FEB65D
Complementary color
Monochromatic Colors of #FEB65D
Black with #FEB65D
Text Example
Text Example
White with #FEB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB65D; }
p { color: rgb(254,182,93); }
H1.HeaderClassName
{
color: #FEB65D;
}
.AnyTagClassName
{
color: #FEB65D;
}
</style>
background-color css
<style>
a { background-color: #FEB65D; }
a { background-color: rgb(254,182,93); }
div.DivClassName
{
background-color: #FEB65D;
}
.BgClassName
{
background-color: #FEB65D;
}
</style>
border-color css
<style>
span { border-color: #FEB65D; }
span { border-color: rgb(254,182,93); }
td.TdClassName
{
border-color: #FEB65D;
}
.TagClassName
{
border-color: #FEB65D;
}
</style>