Shades of Texas Rose #FFB053
Tints of Texas Rose #FFB053
RGB
CMYK
RGB Variations
Color information
#FFB053 (or 0xFFB053) is known color: Texas Rose. HEX triplet: FF, B0 and 53. RGB value is (255,176,83). Sum of RGB (Red+Green+Blue) = 255+176+83=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB053 is #004FAC. Grayscale: #BDBDBD. Windows color (decimal): -20397 or 5484799. OLE color: 5484799.
HSL color Cylindrical-coordinate representation of color #FFB053: hue angle of 32.44º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB053 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 83 | - |
| CMYK | 0 | 0.31 | 0.67 | 0 |
| HSL | 32.44º | 1% | 0.66% | - |
| HSV(B) | 32.44º | 0.67% | 1% | - |
| XYZ | 58.33 | 52.94 | 15.33 | - |
| YUV | 189.02 | 68.17 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 83 | 0 | 0.31 | 0.67 | 0 | 32.44 | 1 | 0.66 |
| Hex | FF | B0 | 53 | 0 | 1F | 43 | 0 | 20 | 64 | 42 |
| Octal | 377 | 260 | 123 | 0 | 37 | 103 | 0 | 40 | 144 | 102 |
| Binary | 11111111 | 10110000 | 1010011 | 0 | 11111 | 1000011 | 0 | 100000 | 1100100 | 1000010 |
Color Harmonies of #FFB053
Complementary color
Monochromatic Colors of #FFB053
Black with #FFB053
Text Example
Text Example
White with #FFB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB053; }
p { color: rgb(255,176,83); }
H1.HeaderClassName
{
color: #FFB053;
}
.AnyTagClassName
{
color: #FFB053;
}
</style>
background-color css
<style>
a { background-color: #FFB053; }
a { background-color: rgb(255,176,83); }
div.DivClassName
{
background-color: #FFB053;
}
.BgClassName
{
background-color: #FFB053;
}
</style>
border-color css
<style>
span { border-color: #FFB053; }
span { border-color: rgb(255,176,83); }
td.TdClassName
{
border-color: #FFB053;
}
.TagClassName
{
border-color: #FFB053;
}
</style>