Shades of Texas Rose #FFB75E
Tints of Texas Rose #FFB75E
RGB
CMYK
RGB Variations
Color information
#FFB75E (or 0xFFB75E) is known color: Texas Rose. HEX triplet: FF, B7 and 5E. RGB value is (255,183,94). Sum of RGB (Red+Green+Blue) = 255+183+94=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB75E is #0048A1. Grayscale: #C2C2C2. Windows color (decimal): -18594 or 6207487. OLE color: 6207487.
HSL color Cylindrical-coordinate representation of color #FFB75E: hue angle of 33.17º 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 #FFB75E is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 94 | - |
| CMYK | 0 | 0.28 | 0.63 | 0 |
| HSL | 33.17º | 1% | 0.68% | - |
| HSV(B) | 33.17º | 0.63% | 1% | - |
| XYZ | 60.19 | 55.94 | 18.21 | - |
| YUV | 194.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 94 | 0 | 0.28 | 0.63 | 0 | 33.17 | 1 | 0.68 |
| Hex | FF | B7 | 5E | 0 | 1C | 3F | 0 | 21 | 64 | 44 |
| Octal | 377 | 267 | 136 | 0 | 34 | 77 | 0 | 41 | 144 | 104 |
| Binary | 11111111 | 10110111 | 1011110 | 0 | 11100 | 111111 | 0 | 100001 | 1100100 | 1000100 |
Color Harmonies of #FFB75E
Complementary color
Monochromatic Colors of #FFB75E
Black with #FFB75E
Text Example
Text Example
White with #FFB75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB75E; }
p { color: rgb(255,183,94); }
H1.HeaderClassName
{
color: #FFB75E;
}
.AnyTagClassName
{
color: #FFB75E;
}
</style>
background-color css
<style>
a { background-color: #FFB75E; }
a { background-color: rgb(255,183,94); }
div.DivClassName
{
background-color: #FFB75E;
}
.BgClassName
{
background-color: #FFB75E;
}
</style>
border-color css
<style>
span { border-color: #FFB75E; }
span { border-color: rgb(255,183,94); }
td.TdClassName
{
border-color: #FFB75E;
}
.TagClassName
{
border-color: #FFB75E;
}
</style>