Shades of Texas Rose #FDB35B
Tints of Texas Rose #FDB35B
RGB
CMYK
RGB Variations
Color information
#FDB35B (or 0xFDB35B) is known color: Texas Rose. HEX triplet: FD, B3 and 5B. RGB value is (253,179,91). Sum of RGB (Red+Green+Blue) = 253+179+91=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB35B is #024CA4. Grayscale: #BFBFBF. Windows color (decimal): -150693 or 6009853. OLE color: 6009853.
HSL color Cylindrical-coordinate representation of color #FDB35B: hue angle of 32.59º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDB35B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 91 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.01 |
| HSL | 32.59º | 0.98% | 0.67% | - |
| HSV(B) | 32.59º | 0.64% | 0.99% | - |
| XYZ | 58.52 | 53.88 | 17.21 | - |
| YUV | 191.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 91 | 0 | 0.29 | 0.64 | 0.01 | 32.59 | 0.98 | 0.67 |
| Hex | FD | B3 | 5B | 0 | 1D | 40 | 1 | 21 | 62 | 43 |
| Octal | 375 | 263 | 133 | 0 | 35 | 100 | 1 | 41 | 142 | 103 |
| Binary | 11111101 | 10110011 | 1011011 | 0 | 11101 | 1000000 | 1 | 100001 | 1100010 | 1000011 |
Color Harmonies of #FDB35B
Complementary color
Monochromatic Colors of #FDB35B
Black with #FDB35B
Text Example
Text Example
White with #FDB35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB35B; }
p { color: rgb(253,179,91); }
H1.HeaderClassName
{
color: #FDB35B;
}
.AnyTagClassName
{
color: #FDB35B;
}
</style>
background-color css
<style>
a { background-color: #FDB35B; }
a { background-color: rgb(253,179,91); }
div.DivClassName
{
background-color: #FDB35B;
}
.BgClassName
{
background-color: #FDB35B;
}
</style>
border-color css
<style>
span { border-color: #FDB35B; }
span { border-color: rgb(253,179,91); }
td.TdClassName
{
border-color: #FDB35B;
}
.TagClassName
{
border-color: #FDB35B;
}
</style>