Shades of Texas Rose #FFB65C
Tints of Texas Rose #FFB65C
RGB
CMYK
RGB Variations
Color information
#FFB65C (or 0xFFB65C) is known color: Texas Rose. HEX triplet: FF, B6 and 5C. RGB value is (255,182,92). Sum of RGB (Red+Green+Blue) = 255+182+92=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB65C is #0049A3. Grayscale: #C2C2C2. Windows color (decimal): -18852 or 6076159. OLE color: 6076159.
HSL color Cylindrical-coordinate representation of color #FFB65C: hue angle of 33.13º 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 #FFB65C is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 92 | - |
| CMYK | 0 | 0.29 | 0.64 | 0 |
| HSL | 33.13º | 1% | 0.68% | - |
| HSV(B) | 33.13º | 0.64% | 1% | - |
| XYZ | 59.9 | 55.49 | 17.68 | - |
| YUV | 193.57 | 70.68 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 92 | 0 | 0.29 | 0.64 | 0 | 33.13 | 1 | 0.68 |
| Hex | FF | B6 | 5C | 0 | 1D | 40 | 0 | 21 | 64 | 44 |
| Octal | 377 | 266 | 134 | 0 | 35 | 100 | 0 | 41 | 144 | 104 |
| Binary | 11111111 | 10110110 | 1011100 | 0 | 11101 | 1000000 | 0 | 100001 | 1100100 | 1000100 |
Color Harmonies of #FFB65C
Complementary color
Monochromatic Colors of #FFB65C
Black with #FFB65C
Text Example
Text Example
White with #FFB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB65C; }
p { color: rgb(255,182,92); }
H1.HeaderClassName
{
color: #FFB65C;
}
.AnyTagClassName
{
color: #FFB65C;
}
</style>
background-color css
<style>
a { background-color: #FFB65C; }
a { background-color: rgb(255,182,92); }
div.DivClassName
{
background-color: #FFB65C;
}
.BgClassName
{
background-color: #FFB65C;
}
</style>
border-color css
<style>
span { border-color: #FFB65C; }
span { border-color: rgb(255,182,92); }
td.TdClassName
{
border-color: #FFB65C;
}
.TagClassName
{
border-color: #FFB65C;
}
</style>