Shades of Texas Rose #FFB75B
Tints of Texas Rose #FFB75B
RGB
CMYK
RGB Variations
Color information
#FFB75B (or 0xFFB75B) is known color: Texas Rose. HEX triplet: FF, B7 and 5B. RGB value is (255,183,91). Sum of RGB (Red+Green+Blue) = 255+183+91=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB75B is #0048A4. Grayscale: #C2C2C2. Windows color (decimal): -18597 or 6010879. OLE color: 6010879.
HSL color Cylindrical-coordinate representation of color #FFB75B: hue angle of 33.66º 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 #FFB75B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 91 | - |
| CMYK | 0 | 0.28 | 0.64 | 0 |
| HSL | 33.66º | 1% | 0.68% | - |
| HSV(B) | 33.66º | 0.64% | 1% | - |
| XYZ | 60.06 | 55.88 | 17.52 | - |
| YUV | 194.04 | 69.85 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 91 | 0 | 0.28 | 0.64 | 0 | 33.66 | 1 | 0.68 |
| Hex | FF | B7 | 5B | 0 | 1C | 40 | 0 | 22 | 64 | 44 |
| Octal | 377 | 267 | 133 | 0 | 34 | 100 | 0 | 42 | 144 | 104 |
| Binary | 11111111 | 10110111 | 1011011 | 0 | 11100 | 1000000 | 0 | 100010 | 1100100 | 1000100 |
Color Harmonies of #FFB75B
Complementary color
Monochromatic Colors of #FFB75B
Black with #FFB75B
Text Example
Text Example
White with #FFB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB75B; }
p { color: rgb(255,183,91); }
H1.HeaderClassName
{
color: #FFB75B;
}
.AnyTagClassName
{
color: #FFB75B;
}
</style>
background-color css
<style>
a { background-color: #FFB75B; }
a { background-color: rgb(255,183,91); }
div.DivClassName
{
background-color: #FFB75B;
}
.BgClassName
{
background-color: #FFB75B;
}
</style>
border-color css
<style>
span { border-color: #FFB75B; }
span { border-color: rgb(255,183,91); }
td.TdClassName
{
border-color: #FFB75B;
}
.TagClassName
{
border-color: #FFB75B;
}
</style>