Shades of Texas Rose #FFB75C
Tints of Texas Rose #FFB75C
RGB
CMYK
RGB Variations
Color information
#FFB75C (or 0xFFB75C) is known color: Texas Rose. HEX triplet: FF, B7 and 5C. RGB value is (255,183,92). Sum of RGB (Red+Green+Blue) = 255+183+92=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB75C is #0048A3. Grayscale: #C2C2C2. Windows color (decimal): -18596 or 6076415. OLE color: 6076415.
HSL color Cylindrical-coordinate representation of color #FFB75C: hue angle of 33.5º 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 #FFB75C is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 92 | - |
| CMYK | 0 | 0.28 | 0.64 | 0 |
| HSL | 33.5º | 1% | 0.68% | - |
| HSV(B) | 33.5º | 0.64% | 1% | - |
| XYZ | 60.11 | 55.9 | 17.75 | - |
| YUV | 194.15 | 70.35 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 92 | 0 | 0.28 | 0.64 | 0 | 33.5 | 1 | 0.68 |
| Hex | FF | B7 | 5C | 0 | 1C | 40 | 0 | 21 | 64 | 44 |
| Octal | 377 | 267 | 134 | 0 | 34 | 100 | 0 | 41 | 144 | 104 |
| Binary | 11111111 | 10110111 | 1011100 | 0 | 11100 | 1000000 | 0 | 100001 | 1100100 | 1000100 |
Color Harmonies of #FFB75C
Complementary color
Monochromatic Colors of #FFB75C
Black with #FFB75C
Text Example
Text Example
White with #FFB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB75C; }
p { color: rgb(255,183,92); }
H1.HeaderClassName
{
color: #FFB75C;
}
.AnyTagClassName
{
color: #FFB75C;
}
</style>
background-color css
<style>
a { background-color: #FFB75C; }
a { background-color: rgb(255,183,92); }
div.DivClassName
{
background-color: #FFB75C;
}
.BgClassName
{
background-color: #FFB75C;
}
</style>
border-color css
<style>
span { border-color: #FFB75C; }
span { border-color: rgb(255,183,92); }
td.TdClassName
{
border-color: #FFB75C;
}
.TagClassName
{
border-color: #FFB75C;
}
</style>