Shades of Texas Rose #FFB15C
Tints of Texas Rose #FFB15C
RGB
CMYK
RGB Variations
Color information
#FFB15C (or 0xFFB15C) is known color: Texas Rose. HEX triplet: FF, B1 and 5C. RGB value is (255,177,92). Sum of RGB (Red+Green+Blue) = 255+177+92=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB15C is #004EA3. Grayscale: #BFBFBF. Windows color (decimal): -20132 or 6074879. OLE color: 6074879.
HSL color Cylindrical-coordinate representation of color #FFB15C: hue angle of 31.29º 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 #FFB15C is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 92 | - |
| CMYK | 0 | 0.31 | 0.64 | 0 |
| HSL | 31.29º | 1% | 0.68% | - |
| HSV(B) | 31.29º | 0.64% | 1% | - |
| XYZ | 58.89 | 53.48 | 17.34 | - |
| YUV | 190.63 | 72.34 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 92 | 0 | 0.31 | 0.64 | 0 | 31.29 | 1 | 0.68 |
| Hex | FF | B1 | 5C | 0 | 1F | 40 | 0 | 1F | 64 | 44 |
| Octal | 377 | 261 | 134 | 0 | 37 | 100 | 0 | 37 | 144 | 104 |
| Binary | 11111111 | 10110001 | 1011100 | 0 | 11111 | 1000000 | 0 | 11111 | 1100100 | 1000100 |
Color Harmonies of #FFB15C
Complementary color
Monochromatic Colors of #FFB15C
Black with #FFB15C
Text Example
Text Example
White with #FFB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB15C; }
p { color: rgb(255,177,92); }
H1.HeaderClassName
{
color: #FFB15C;
}
.AnyTagClassName
{
color: #FFB15C;
}
</style>
background-color css
<style>
a { background-color: #FFB15C; }
a { background-color: rgb(255,177,92); }
div.DivClassName
{
background-color: #FFB15C;
}
.BgClassName
{
background-color: #FFB15C;
}
</style>
border-color css
<style>
span { border-color: #FFB15C; }
span { border-color: rgb(255,177,92); }
td.TdClassName
{
border-color: #FFB15C;
}
.TagClassName
{
border-color: #FFB15C;
}
</style>