Shades of Texas Rose #FFB65D
Tints of Texas Rose #FFB65D
RGB
CMYK
RGB Variations
Color information
#FFB65D (or 0xFFB65D) is known color: Texas Rose. HEX triplet: FF, B6 and 5D. RGB value is (255,182,93). Sum of RGB (Red+Green+Blue) = 255+182+93=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB65D is #0049A2. Grayscale: #C2C2C2. Windows color (decimal): -18851 or 6141695. OLE color: 6141695.
HSL color Cylindrical-coordinate representation of color #FFB65D: hue angle of 32.96º 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 #FFB65D is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 93 | - |
| CMYK | 0 | 0.29 | 0.64 | 0 |
| HSL | 32.96º | 1% | 0.68% | - |
| HSV(B) | 32.96º | 0.64% | 1% | - |
| XYZ | 59.94 | 55.51 | 17.91 | - |
| YUV | 193.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 93 | 0 | 0.29 | 0.64 | 0 | 32.96 | 1 | 0.68 |
| Hex | FF | B6 | 5D | 0 | 1D | 40 | 0 | 21 | 64 | 44 |
| Octal | 377 | 266 | 135 | 0 | 35 | 100 | 0 | 41 | 144 | 104 |
| Binary | 11111111 | 10110110 | 1011101 | 0 | 11101 | 1000000 | 0 | 100001 | 1100100 | 1000100 |
Color Harmonies of #FFB65D
Complementary color
Monochromatic Colors of #FFB65D
Black with #FFB65D
Text Example
Text Example
White with #FFB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB65D; }
p { color: rgb(255,182,93); }
H1.HeaderClassName
{
color: #FFB65D;
}
.AnyTagClassName
{
color: #FFB65D;
}
</style>
background-color css
<style>
a { background-color: #FFB65D; }
a { background-color: rgb(255,182,93); }
div.DivClassName
{
background-color: #FFB65D;
}
.BgClassName
{
background-color: #FFB65D;
}
</style>
border-color css
<style>
span { border-color: #FFB65D; }
span { border-color: rgb(255,182,93); }
td.TdClassName
{
border-color: #FFB65D;
}
.TagClassName
{
border-color: #FFB65D;
}
</style>