Shades of Texas Rose #FFB45C
Tints of Texas Rose #FFB45C
RGB
CMYK
RGB Variations
Color information
#FFB45C (or 0xFFB45C) is known color: Texas Rose. HEX triplet: FF, B4 and 5C. RGB value is (255,180,92). Sum of RGB (Red+Green+Blue) = 255+180+92=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB45C is #004BA3. Grayscale: #C0C0C0. Windows color (decimal): -19364 or 6075647. OLE color: 6075647.
HSL color Cylindrical-coordinate representation of color #FFB45C: hue angle of 32.39º 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 #FFB45C is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 92 | - |
| CMYK | 0 | 0.29 | 0.64 | 0 |
| HSL | 32.39º | 1% | 0.68% | - |
| HSV(B) | 32.39º | 0.64% | 1% | - |
| XYZ | 59.49 | 54.68 | 17.54 | - |
| YUV | 192.39 | 71.35 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 92 | 0 | 0.29 | 0.64 | 0 | 32.39 | 1 | 0.68 |
| Hex | FF | B4 | 5C | 0 | 1D | 40 | 0 | 20 | 64 | 44 |
| Octal | 377 | 264 | 134 | 0 | 35 | 100 | 0 | 40 | 144 | 104 |
| Binary | 11111111 | 10110100 | 1011100 | 0 | 11101 | 1000000 | 0 | 100000 | 1100100 | 1000100 |
Color Harmonies of #FFB45C
Complementary color
Monochromatic Colors of #FFB45C
Black with #FFB45C
Text Example
Text Example
White with #FFB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB45C; }
p { color: rgb(255,180,92); }
H1.HeaderClassName
{
color: #FFB45C;
}
.AnyTagClassName
{
color: #FFB45C;
}
</style>
background-color css
<style>
a { background-color: #FFB45C; }
a { background-color: rgb(255,180,92); }
div.DivClassName
{
background-color: #FFB45C;
}
.BgClassName
{
background-color: #FFB45C;
}
</style>
border-color css
<style>
span { border-color: #FFB45C; }
span { border-color: rgb(255,180,92); }
td.TdClassName
{
border-color: #FFB45C;
}
.TagClassName
{
border-color: #FFB45C;
}
</style>