Shades of Texas Rose #FFB357
Tints of Texas Rose #FFB357
RGB
CMYK
RGB Variations
Color information
#FFB357 (or 0xFFB357) is known color: Texas Rose. HEX triplet: FF, B3 and 57. RGB value is (255,179,87). Sum of RGB (Red+Green+Blue) = 255+179+87=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB357 is #004CA8. Grayscale: #BFBFBF. Windows color (decimal): -19625 or 5747711. OLE color: 5747711.
HSL color Cylindrical-coordinate representation of color #FFB357: hue angle of 32.86º 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 #FFB357 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 87 | - |
| CMYK | 0 | 0.30 | 0.66 | 0 |
| HSL | 32.86º | 1% | 0.67% | - |
| HSV(B) | 32.86º | 0.66% | 1% | - |
| XYZ | 59.08 | 54.19 | 16.36 | - |
| YUV | 191.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 87 | 0 | 0.30 | 0.66 | 0 | 32.86 | 1 | 0.67 |
| Hex | FF | B3 | 57 | 0 | 1E | 42 | 0 | 21 | 64 | 43 |
| Octal | 377 | 263 | 127 | 0 | 36 | 102 | 0 | 41 | 144 | 103 |
| Binary | 11111111 | 10110011 | 1010111 | 0 | 11110 | 1000010 | 0 | 100001 | 1100100 | 1000011 |
Color Harmonies of #FFB357
Complementary color
Monochromatic Colors of #FFB357
Black with #FFB357
Text Example
Text Example
White with #FFB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB357; }
p { color: rgb(255,179,87); }
H1.HeaderClassName
{
color: #FFB357;
}
.AnyTagClassName
{
color: #FFB357;
}
</style>
background-color css
<style>
a { background-color: #FFB357; }
a { background-color: rgb(255,179,87); }
div.DivClassName
{
background-color: #FFB357;
}
.BgClassName
{
background-color: #FFB357;
}
</style>
border-color css
<style>
span { border-color: #FFB357; }
span { border-color: rgb(255,179,87); }
td.TdClassName
{
border-color: #FFB357;
}
.TagClassName
{
border-color: #FFB357;
}
</style>