Shades of Texas Rose #FFB85E
Tints of Texas Rose #FFB85E
RGB
CMYK
RGB Variations
Color information
#FFB85E (or 0xFFB85E) is known color: Texas Rose. HEX triplet: FF, B8 and 5E. RGB value is (255,184,94). Sum of RGB (Red+Green+Blue) = 255+184+94=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB85E is #0047A1. Grayscale: #C3C3C3. Windows color (decimal): -18338 or 6207743. OLE color: 6207743.
HSL color Cylindrical-coordinate representation of color #FFB85E: hue angle of 33.54º 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 #FFB85E is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 94 | - |
| CMYK | 0 | 0.28 | 0.63 | 0 |
| HSL | 33.54º | 1% | 0.68% | - |
| HSV(B) | 33.54º | 0.63% | 1% | - |
| XYZ | 60.4 | 56.35 | 18.28 | - |
| YUV | 194.97 | 71.02 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 94 | 0 | 0.28 | 0.63 | 0 | 33.54 | 1 | 0.68 |
| Hex | FF | B8 | 5E | 0 | 1C | 3F | 0 | 22 | 64 | 44 |
| Octal | 377 | 270 | 136 | 0 | 34 | 77 | 0 | 42 | 144 | 104 |
| Binary | 11111111 | 10111000 | 1011110 | 0 | 11100 | 111111 | 0 | 100010 | 1100100 | 1000100 |
Color Harmonies of #FFB85E
Complementary color
Monochromatic Colors of #FFB85E
Black with #FFB85E
Text Example
Text Example
White with #FFB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB85E; }
p { color: rgb(255,184,94); }
H1.HeaderClassName
{
color: #FFB85E;
}
.AnyTagClassName
{
color: #FFB85E;
}
</style>
background-color css
<style>
a { background-color: #FFB85E; }
a { background-color: rgb(255,184,94); }
div.DivClassName
{
background-color: #FFB85E;
}
.BgClassName
{
background-color: #FFB85E;
}
</style>
border-color css
<style>
span { border-color: #FFB85E; }
span { border-color: rgb(255,184,94); }
td.TdClassName
{
border-color: #FFB85E;
}
.TagClassName
{
border-color: #FFB85E;
}
</style>