Shades of Texas Rose #FFB45D
Tints of Texas Rose #FFB45D
RGB
CMYK
RGB Variations
Color information
#FFB45D (or 0xFFB45D) is known color: Texas Rose. HEX triplet: FF, B4 and 5D. RGB value is (255,180,93). Sum of RGB (Red+Green+Blue) = 255+180+93=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB45D is #004BA2. Grayscale: #C0C0C0. Windows color (decimal): -19363 or 6141183. OLE color: 6141183.
HSL color Cylindrical-coordinate representation of color #FFB45D: hue angle of 32.22º 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 #FFB45D is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 93 | - |
| CMYK | 0 | 0.29 | 0.64 | 0 |
| HSL | 32.22º | 1% | 0.68% | - |
| HSV(B) | 32.22º | 0.64% | 1% | - |
| XYZ | 59.54 | 54.69 | 17.77 | - |
| YUV | 192.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 93 | 0 | 0.29 | 0.64 | 0 | 32.22 | 1 | 0.68 |
| Hex | FF | B4 | 5D | 0 | 1D | 40 | 0 | 20 | 64 | 44 |
| Octal | 377 | 264 | 135 | 0 | 35 | 100 | 0 | 40 | 144 | 104 |
| Binary | 11111111 | 10110100 | 1011101 | 0 | 11101 | 1000000 | 0 | 100000 | 1100100 | 1000100 |
Color Harmonies of #FFB45D
Complementary color
Monochromatic Colors of #FFB45D
Black with #FFB45D
Text Example
Text Example
White with #FFB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB45D; }
p { color: rgb(255,180,93); }
H1.HeaderClassName
{
color: #FFB45D;
}
.AnyTagClassName
{
color: #FFB45D;
}
</style>
background-color css
<style>
a { background-color: #FFB45D; }
a { background-color: rgb(255,180,93); }
div.DivClassName
{
background-color: #FFB45D;
}
.BgClassName
{
background-color: #FFB45D;
}
</style>
border-color css
<style>
span { border-color: #FFB45D; }
span { border-color: rgb(255,180,93); }
td.TdClassName
{
border-color: #FFB45D;
}
.TagClassName
{
border-color: #FFB45D;
}
</style>