Shades of Texas Rose #FFB55C
Tints of Texas Rose #FFB55C
RGB
CMYK
RGB Variations
Color information
#FFB55C (or 0xFFB55C) is known color: Texas Rose. HEX triplet: FF, B5 and 5C. RGB value is (255,181,92). Sum of RGB (Red+Green+Blue) = 255+181+92=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB55C is #004AA3. Grayscale: #C1C1C1. Windows color (decimal): -19108 or 6075903. OLE color: 6075903.
HSL color Cylindrical-coordinate representation of color #FFB55C: hue angle of 32.76º 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 #FFB55C is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 92 | - |
| CMYK | 0 | 0.29 | 0.64 | 0 |
| HSL | 32.76º | 1% | 0.68% | - |
| HSV(B) | 32.76º | 0.64% | 1% | - |
| XYZ | 59.7 | 55.08 | 17.61 | - |
| YUV | 192.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 92 | 0 | 0.29 | 0.64 | 0 | 32.76 | 1 | 0.68 |
| Hex | FF | B5 | 5C | 0 | 1D | 40 | 0 | 21 | 64 | 44 |
| Octal | 377 | 265 | 134 | 0 | 35 | 100 | 0 | 41 | 144 | 104 |
| Binary | 11111111 | 10110101 | 1011100 | 0 | 11101 | 1000000 | 0 | 100001 | 1100100 | 1000100 |
Color Harmonies of #FFB55C
Complementary color
Monochromatic Colors of #FFB55C
Black with #FFB55C
Text Example
Text Example
White with #FFB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB55C; }
p { color: rgb(255,181,92); }
H1.HeaderClassName
{
color: #FFB55C;
}
.AnyTagClassName
{
color: #FFB55C;
}
</style>
background-color css
<style>
a { background-color: #FFB55C; }
a { background-color: rgb(255,181,92); }
div.DivClassName
{
background-color: #FFB55C;
}
.BgClassName
{
background-color: #FFB55C;
}
</style>
border-color css
<style>
span { border-color: #FFB55C; }
span { border-color: rgb(255,181,92); }
td.TdClassName
{
border-color: #FFB55C;
}
.TagClassName
{
border-color: #FFB55C;
}
</style>