Shades of Texas Rose #FFB35C
Tints of Texas Rose #FFB35C
RGB
CMYK
RGB Variations
Color information
#FFB35C (or 0xFFB35C) is known color: Texas Rose. HEX triplet: FF, B3 and 5C. RGB value is (255,179,92). Sum of RGB (Red+Green+Blue) = 255+179+92=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB35C is #004CA3. Grayscale: #C0C0C0. Windows color (decimal): -19620 or 6075391. OLE color: 6075391.
HSL color Cylindrical-coordinate representation of color #FFB35C: hue angle of 32.02º 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 #FFB35C is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 92 | - |
| CMYK | 0 | 0.30 | 0.64 | 0 |
| HSL | 32.02º | 1% | 0.68% | - |
| HSV(B) | 32.02º | 0.64% | 1% | - |
| XYZ | 59.29 | 54.27 | 17.48 | - |
| YUV | 191.81 | 71.68 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 92 | 0 | 0.30 | 0.64 | 0 | 32.02 | 1 | 0.68 |
| Hex | FF | B3 | 5C | 0 | 1E | 40 | 0 | 20 | 64 | 44 |
| Octal | 377 | 263 | 134 | 0 | 36 | 100 | 0 | 40 | 144 | 104 |
| Binary | 11111111 | 10110011 | 1011100 | 0 | 11110 | 1000000 | 0 | 100000 | 1100100 | 1000100 |
Color Harmonies of #FFB35C
Complementary color
Monochromatic Colors of #FFB35C
Black with #FFB35C
Text Example
Text Example
White with #FFB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB35C; }
p { color: rgb(255,179,92); }
H1.HeaderClassName
{
color: #FFB35C;
}
.AnyTagClassName
{
color: #FFB35C;
}
</style>
background-color css
<style>
a { background-color: #FFB35C; }
a { background-color: rgb(255,179,92); }
div.DivClassName
{
background-color: #FFB35C;
}
.BgClassName
{
background-color: #FFB35C;
}
</style>
border-color css
<style>
span { border-color: #FFB35C; }
span { border-color: rgb(255,179,92); }
td.TdClassName
{
border-color: #FFB35C;
}
.TagClassName
{
border-color: #FFB35C;
}
</style>