Shades of Texas Rose #FFBC60
Tints of Texas Rose #FFBC60
RGB
CMYK
RGB Variations
Color information
#FFBC60 (or 0xFFBC60) is known color: Texas Rose. HEX triplet: FF, BC and 60. RGB value is (255,188,96). Sum of RGB (Red+Green+Blue) = 255+188+96=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC60 is #00439F. Grayscale: #C5C5C5. Windows color (decimal): -17312 or 6339839. OLE color: 6339839.
HSL color Cylindrical-coordinate representation of color #FFBC60: hue angle of 34.72º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFBC60 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 96 | - |
| CMYK | 0 | 0.26 | 0.62 | 0 |
| HSL | 34.72º | 1% | 0.69% | - |
| HSV(B) | 34.72º | 0.62% | 1% | - |
| XYZ | 61.33 | 58.07 | 19.04 | - |
| YUV | 197.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 96 | 0 | 0.26 | 0.62 | 0 | 34.72 | 1 | 0.69 |
| Hex | FF | BC | 60 | 0 | 1A | 3E | 0 | 23 | 64 | 45 |
| Octal | 377 | 274 | 140 | 0 | 32 | 76 | 0 | 43 | 144 | 105 |
| Binary | 11111111 | 10111100 | 1100000 | 0 | 11010 | 111110 | 0 | 100011 | 1100100 | 1000101 |
Color Harmonies of #FFBC60
Complementary color
Monochromatic Colors of #FFBC60
Black with #FFBC60
Text Example
Text Example
White with #FFBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC60; }
p { color: rgb(255,188,96); }
H1.HeaderClassName
{
color: #FFBC60;
}
.AnyTagClassName
{
color: #FFBC60;
}
</style>
background-color css
<style>
a { background-color: #FFBC60; }
a { background-color: rgb(255,188,96); }
div.DivClassName
{
background-color: #FFBC60;
}
.BgClassName
{
background-color: #FFBC60;
}
</style>
border-color css
<style>
span { border-color: #FFBC60; }
span { border-color: rgb(255,188,96); }
td.TdClassName
{
border-color: #FFBC60;
}
.TagClassName
{
border-color: #FFBC60;
}
</style>