Shades of Texas Rose #FFB457
Tints of Texas Rose #FFB457
RGB
CMYK
RGB Variations
Color information
#FFB457 (or 0xFFB457) is known color: Texas Rose. HEX triplet: FF, B4 and 57. RGB value is (255,180,87). Sum of RGB (Red+Green+Blue) = 255+180+87=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 87 (34.38% from 255 or 16.67% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB457 is #004BA8. Grayscale: #C0C0C0. Windows color (decimal): -19369 or 5747967. OLE color: 5747967.
HSL color Cylindrical-coordinate representation of color #FFB457: hue angle of 33.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFB457 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 87 | - |
| CMYK | 0 | 0.29 | 0.66 | 0 |
| HSL | 33.21º | 1% | 0.67% | - |
| HSV(B) | 33.21º | 0.66% | 1% | - |
| XYZ | 59.28 | 54.59 | 16.43 | - |
| YUV | 191.82 | 68.85 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 87 | 0 | 0.29 | 0.66 | 0 | 33.21 | 1 | 0.67 |
| Hex | FF | B4 | 57 | 0 | 1D | 42 | 0 | 21 | 64 | 43 |
| Octal | 377 | 264 | 127 | 0 | 35 | 102 | 0 | 41 | 144 | 103 |
| Binary | 11111111 | 10110100 | 1010111 | 0 | 11101 | 1000010 | 0 | 100001 | 1100100 | 1000011 |
Color Harmonies of #FFB457
Complementary color
Monochromatic Colors of #FFB457
Black with #FFB457
Text Example
Text Example
White with #FFB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB457; }
p { color: rgb(255,180,87); }
H1.HeaderClassName
{
color: #FFB457;
}
.AnyTagClassName
{
color: #FFB457;
}
</style>
background-color css
<style>
a { background-color: #FFB457; }
a { background-color: rgb(255,180,87); }
div.DivClassName
{
background-color: #FFB457;
}
.BgClassName
{
background-color: #FFB457;
}
</style>
border-color css
<style>
span { border-color: #FFB457; }
span { border-color: rgb(255,180,87); }
td.TdClassName
{
border-color: #FFB457;
}
.TagClassName
{
border-color: #FFB457;
}
</style>