Shades of Texas Rose #FFB158
Tints of Texas Rose #FFB158
RGB
CMYK
RGB Variations
Color information
#FFB158 (or 0xFFB158) is known color: Texas Rose. HEX triplet: FF, B1 and 58. RGB value is (255,177,88). Sum of RGB (Red+Green+Blue) = 255+177+88=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB158 is #004EA7. Grayscale: #BEBEBE. Windows color (decimal): -20136 or 5812735. OLE color: 5812735.
HSL color Cylindrical-coordinate representation of color #FFB158: hue angle of 31.98º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFB158 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 88 | - |
| CMYK | 0 | 0.31 | 0.65 | 0 |
| HSL | 31.98º | 1% | 0.67% | - |
| HSV(B) | 31.98º | 0.65% | 1% | - |
| XYZ | 58.72 | 53.41 | 16.45 | - |
| YUV | 190.18 | 70.34 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 88 | 0 | 0.31 | 0.65 | 0 | 31.98 | 1 | 0.67 |
| Hex | FF | B1 | 58 | 0 | 1F | 41 | 0 | 20 | 64 | 43 |
| Octal | 377 | 261 | 130 | 0 | 37 | 101 | 0 | 40 | 144 | 103 |
| Binary | 11111111 | 10110001 | 1011000 | 0 | 11111 | 1000001 | 0 | 100000 | 1100100 | 1000011 |
Color Harmonies of #FFB158
Complementary color
Monochromatic Colors of #FFB158
Black with #FFB158
Text Example
Text Example
White with #FFB158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB158; }
p { color: rgb(255,177,88); }
H1.HeaderClassName
{
color: #FFB158;
}
.AnyTagClassName
{
color: #FFB158;
}
</style>
background-color css
<style>
a { background-color: #FFB158; }
a { background-color: rgb(255,177,88); }
div.DivClassName
{
background-color: #FFB158;
}
.BgClassName
{
background-color: #FFB158;
}
</style>
border-color css
<style>
span { border-color: #FFB158; }
span { border-color: rgb(255,177,88); }
td.TdClassName
{
border-color: #FFB158;
}
.TagClassName
{
border-color: #FFB158;
}
</style>