Shades of Texas Rose #FFB95E
Tints of Texas Rose #FFB95E
RGB
CMYK
RGB Variations
Color information
#FFB95E (or 0xFFB95E) is known color: Texas Rose. HEX triplet: FF, B9 and 5E. RGB value is (255,185,94). Sum of RGB (Red+Green+Blue) = 255+185+94=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB95E is #0046A1. Grayscale: #C3C3C3. Windows color (decimal): -18082 or 6207999. OLE color: 6207999.
HSL color Cylindrical-coordinate representation of color #FFB95E: hue angle of 33.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFB95E is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 94 | - |
| CMYK | 0 | 0.27 | 0.63 | 0 |
| HSL | 33.91º | 1% | 0.68% | - |
| HSV(B) | 33.91º | 0.63% | 1% | - |
| XYZ | 60.61 | 56.77 | 18.35 | - |
| YUV | 195.56 | 70.69 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 94 | 0 | 0.27 | 0.63 | 0 | 33.91 | 1 | 0.68 |
| Hex | FF | B9 | 5E | 0 | 1B | 3F | 0 | 22 | 64 | 44 |
| Octal | 377 | 271 | 136 | 0 | 33 | 77 | 0 | 42 | 144 | 104 |
| Binary | 11111111 | 10111001 | 1011110 | 0 | 11011 | 111111 | 0 | 100010 | 1100100 | 1000100 |
Color Harmonies of #FFB95E
Complementary color
Monochromatic Colors of #FFB95E
Black with #FFB95E
Text Example
Text Example
White with #FFB95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB95E; }
p { color: rgb(255,185,94); }
H1.HeaderClassName
{
color: #FFB95E;
}
.AnyTagClassName
{
color: #FFB95E;
}
</style>
background-color css
<style>
a { background-color: #FFB95E; }
a { background-color: rgb(255,185,94); }
div.DivClassName
{
background-color: #FFB95E;
}
.BgClassName
{
background-color: #FFB95E;
}
</style>
border-color css
<style>
span { border-color: #FFB95E; }
span { border-color: rgb(255,185,94); }
td.TdClassName
{
border-color: #FFB95E;
}
.TagClassName
{
border-color: #FFB95E;
}
</style>