Shades of Texas Rose #FFB35A
Tints of Texas Rose #FFB35A
RGB
CMYK
RGB Variations
Color information
#FFB35A (or 0xFFB35A) is known color: Texas Rose. HEX triplet: FF, B3 and 5A. RGB value is (255,179,90). Sum of RGB (Red+Green+Blue) = 255+179+90=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB35A is #004CA5. Grayscale: #C0C0C0. Windows color (decimal): -19622 or 5944319. OLE color: 5944319.
HSL color Cylindrical-coordinate representation of color #FFB35A: hue angle of 32.36º 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 #FFB35A is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 90 | - |
| CMYK | 0 | 0.30 | 0.65 | 0 |
| HSL | 32.36º | 1% | 0.68% | - |
| HSV(B) | 32.36º | 0.65% | 1% | - |
| XYZ | 59.21 | 54.24 | 17.02 | - |
| YUV | 191.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 90 | 0 | 0.30 | 0.65 | 0 | 32.36 | 1 | 0.68 |
| Hex | FF | B3 | 5A | 0 | 1E | 41 | 0 | 20 | 64 | 44 |
| Octal | 377 | 263 | 132 | 0 | 36 | 101 | 0 | 40 | 144 | 104 |
| Binary | 11111111 | 10110011 | 1011010 | 0 | 11110 | 1000001 | 0 | 100000 | 1100100 | 1000100 |
Color Harmonies of #FFB35A
Complementary color
Monochromatic Colors of #FFB35A
Black with #FFB35A
Text Example
Text Example
White with #FFB35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB35A; }
p { color: rgb(255,179,90); }
H1.HeaderClassName
{
color: #FFB35A;
}
.AnyTagClassName
{
color: #FFB35A;
}
</style>
background-color css
<style>
a { background-color: #FFB35A; }
a { background-color: rgb(255,179,90); }
div.DivClassName
{
background-color: #FFB35A;
}
.BgClassName
{
background-color: #FFB35A;
}
</style>
border-color css
<style>
span { border-color: #FFB35A; }
span { border-color: rgb(255,179,90); }
td.TdClassName
{
border-color: #FFB35A;
}
.TagClassName
{
border-color: #FFB35A;
}
</style>