Shades of Texas Rose #FFB45A
Tints of Texas Rose #FFB45A
RGB
CMYK
RGB Variations
Color information
#FFB45A (or 0xFFB45A) is known color: Texas Rose. HEX triplet: FF, B4 and 5A. RGB value is (255,180,90). Sum of RGB (Red+Green+Blue) = 255+180+90=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB45A is #004BA5. Grayscale: #C0C0C0. Windows color (decimal): -19366 or 5944575. OLE color: 5944575.
HSL color Cylindrical-coordinate representation of color #FFB45A: hue angle of 32.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFB45A is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 90 | - |
| CMYK | 0 | 0.29 | 0.65 | 0 |
| HSL | 32.73º | 1% | 0.68% | - |
| HSV(B) | 32.73º | 0.65% | 1% | - |
| XYZ | 59.41 | 54.64 | 17.09 | - |
| YUV | 192.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 90 | 0 | 0.29 | 0.65 | 0 | 32.73 | 1 | 0.68 |
| Hex | FF | B4 | 5A | 0 | 1D | 41 | 0 | 21 | 64 | 44 |
| Octal | 377 | 264 | 132 | 0 | 35 | 101 | 0 | 41 | 144 | 104 |
| Binary | 11111111 | 10110100 | 1011010 | 0 | 11101 | 1000001 | 0 | 100001 | 1100100 | 1000100 |
Color Harmonies of #FFB45A
Complementary color
Monochromatic Colors of #FFB45A
Black with #FFB45A
Text Example
Text Example
White with #FFB45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB45A; }
p { color: rgb(255,180,90); }
H1.HeaderClassName
{
color: #FFB45A;
}
.AnyTagClassName
{
color: #FFB45A;
}
</style>
background-color css
<style>
a { background-color: #FFB45A; }
a { background-color: rgb(255,180,90); }
div.DivClassName
{
background-color: #FFB45A;
}
.BgClassName
{
background-color: #FFB45A;
}
</style>
border-color css
<style>
span { border-color: #FFB45A; }
span { border-color: rgb(255,180,90); }
td.TdClassName
{
border-color: #FFB45A;
}
.TagClassName
{
border-color: #FFB45A;
}
</style>