Shades of Texas Rose #FEB35C
Tints of Texas Rose #FEB35C
RGB
CMYK
RGB Variations
Color information
#FEB35C (or 0xFEB35C) is known color: Texas Rose. HEX triplet: FE, B3 and 5C. RGB value is (254,179,92). Sum of RGB (Red+Green+Blue) = 254+179+92=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB35C is #014CA3. Grayscale: #BFBFBF. Windows color (decimal): -85156 or 6075390. OLE color: 6075390.
HSL color Cylindrical-coordinate representation of color #FEB35C: hue angle of 32.22º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEB35C is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 92 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.00 |
| HSL | 32.22º | 0.99% | 0.68% | - |
| HSV(B) | 32.22º | 0.64% | 1% | - |
| XYZ | 58.92 | 54.08 | 17.46 | - |
| YUV | 191.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 92 | 0 | 0.30 | 0.64 | 0.00 | 32.22 | 0.99 | 0.68 |
| Hex | FE | B3 | 5C | 0 | 1E | 40 | 0 | 20 | 63 | 44 |
| Octal | 376 | 263 | 134 | 0 | 36 | 100 | 0 | 40 | 143 | 104 |
| Binary | 11111110 | 10110011 | 1011100 | 0 | 11110 | 1000000 | 0 | 100000 | 1100011 | 1000100 |
Color Harmonies of #FEB35C
Complementary color
Monochromatic Colors of #FEB35C
Black with #FEB35C
Text Example
Text Example
White with #FEB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB35C; }
p { color: rgb(254,179,92); }
H1.HeaderClassName
{
color: #FEB35C;
}
.AnyTagClassName
{
color: #FEB35C;
}
</style>
background-color css
<style>
a { background-color: #FEB35C; }
a { background-color: rgb(254,179,92); }
div.DivClassName
{
background-color: #FEB35C;
}
.BgClassName
{
background-color: #FEB35C;
}
</style>
border-color css
<style>
span { border-color: #FEB35C; }
span { border-color: rgb(254,179,92); }
td.TdClassName
{
border-color: #FEB35C;
}
.TagClassName
{
border-color: #FEB35C;
}
</style>