Shades of Texas Rose #FFB45B
Tints of Texas Rose #FFB45B
RGB
CMYK
RGB Variations
Color information
#FFB45B (or 0xFFB45B) is known color: Texas Rose. HEX triplet: FF, B4 and 5B. RGB value is (255,180,91). Sum of RGB (Red+Green+Blue) = 255+180+91=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB45B is #004BA4. Grayscale: #C0C0C0. Windows color (decimal): -19365 or 6010111. OLE color: 6010111.
HSL color Cylindrical-coordinate representation of color #FFB45B: hue angle of 32.56º 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 #FFB45B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 91 | - |
| CMYK | 0 | 0.29 | 0.64 | 0 |
| HSL | 32.56º | 1% | 0.68% | - |
| HSV(B) | 32.56º | 0.64% | 1% | - |
| XYZ | 59.45 | 54.66 | 17.31 | - |
| YUV | 192.28 | 70.85 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 91 | 0 | 0.29 | 0.64 | 0 | 32.56 | 1 | 0.68 |
| Hex | FF | B4 | 5B | 0 | 1D | 40 | 0 | 21 | 64 | 44 |
| Octal | 377 | 264 | 133 | 0 | 35 | 100 | 0 | 41 | 144 | 104 |
| Binary | 11111111 | 10110100 | 1011011 | 0 | 11101 | 1000000 | 0 | 100001 | 1100100 | 1000100 |
Color Harmonies of #FFB45B
Complementary color
Monochromatic Colors of #FFB45B
Black with #FFB45B
Text Example
Text Example
White with #FFB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB45B; }
p { color: rgb(255,180,91); }
H1.HeaderClassName
{
color: #FFB45B;
}
.AnyTagClassName
{
color: #FFB45B;
}
</style>
background-color css
<style>
a { background-color: #FFB45B; }
a { background-color: rgb(255,180,91); }
div.DivClassName
{
background-color: #FFB45B;
}
.BgClassName
{
background-color: #FFB45B;
}
</style>
border-color css
<style>
span { border-color: #FFB45B; }
span { border-color: rgb(255,180,91); }
td.TdClassName
{
border-color: #FFB45B;
}
.TagClassName
{
border-color: #FFB45B;
}
</style>