Shades of Texas Rose #FFB05B
Tints of Texas Rose #FFB05B
RGB
CMYK
RGB Variations
Color information
#FFB05B (or 0xFFB05B) is known color: Texas Rose. HEX triplet: FF, B0 and 5B. RGB value is (255,176,91). Sum of RGB (Red+Green+Blue) = 255+176+91=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB05B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB05B is #004FA4. Grayscale: #BEBEBE. Windows color (decimal): -20389 or 6009087. OLE color: 6009087.
HSL color Cylindrical-coordinate representation of color #FFB05B: hue angle of 31.1º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFB05B is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 91 | - |
| CMYK | 0 | 0.31 | 0.64 | 0 |
| HSL | 31.1º | 1% | 0.68% | - |
| HSV(B) | 31.1º | 0.64% | 1% | - |
| XYZ | 58.65 | 53.07 | 17.05 | - |
| YUV | 189.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 91 | 0 | 0.31 | 0.64 | 0 | 31.1 | 1 | 0.68 |
| Hex | FF | B0 | 5B | 0 | 1F | 40 | 0 | 1F | 64 | 44 |
| Octal | 377 | 260 | 133 | 0 | 37 | 100 | 0 | 37 | 144 | 104 |
| Binary | 11111111 | 10110000 | 1011011 | 0 | 11111 | 1000000 | 0 | 11111 | 1100100 | 1000100 |
Color Harmonies of #FFB05B
Complementary color
Monochromatic Colors of #FFB05B
Black with #FFB05B
Text Example
Text Example
White with #FFB05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB05B; }
p { color: rgb(255,176,91); }
H1.HeaderClassName
{
color: #FFB05B;
}
.AnyTagClassName
{
color: #FFB05B;
}
</style>
background-color css
<style>
a { background-color: #FFB05B; }
a { background-color: rgb(255,176,91); }
div.DivClassName
{
background-color: #FFB05B;
}
.BgClassName
{
background-color: #FFB05B;
}
</style>
border-color css
<style>
span { border-color: #FFB05B; }
span { border-color: rgb(255,176,91); }
td.TdClassName
{
border-color: #FFB05B;
}
.TagClassName
{
border-color: #FFB05B;
}
</style>