Shades of Texas Rose #FDB35A
Tints of Texas Rose #FDB35A
RGB
CMYK
RGB Variations
Color information
#FDB35A (or 0xFDB35A) is known color: Texas Rose. HEX triplet: FD, B3 and 5A. RGB value is (253,179,90). Sum of RGB (Red+Green+Blue) = 253+179+90=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB35A is #024CA5. Grayscale: #BFBFBF. Windows color (decimal): -150694 or 5944317. OLE color: 5944317.
HSL color Cylindrical-coordinate representation of color #FDB35A: hue angle of 32.76º 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 #FDB35A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 90 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.01 |
| HSL | 32.76º | 0.98% | 0.67% | - |
| HSV(B) | 32.76º | 0.64% | 0.99% | - |
| XYZ | 58.47 | 53.86 | 16.99 | - |
| YUV | 190.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 90 | 0 | 0.29 | 0.64 | 0.01 | 32.76 | 0.98 | 0.67 |
| Hex | FD | B3 | 5A | 0 | 1D | 40 | 1 | 21 | 62 | 43 |
| Octal | 375 | 263 | 132 | 0 | 35 | 100 | 1 | 41 | 142 | 103 |
| Binary | 11111101 | 10110011 | 1011010 | 0 | 11101 | 1000000 | 1 | 100001 | 1100010 | 1000011 |
Color Harmonies of #FDB35A
Complementary color
Monochromatic Colors of #FDB35A
Black with #FDB35A
Text Example
Text Example
White with #FDB35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB35A; }
p { color: rgb(253,179,90); }
H1.HeaderClassName
{
color: #FDB35A;
}
.AnyTagClassName
{
color: #FDB35A;
}
</style>
background-color css
<style>
a { background-color: #FDB35A; }
a { background-color: rgb(253,179,90); }
div.DivClassName
{
background-color: #FDB35A;
}
.BgClassName
{
background-color: #FDB35A;
}
</style>
border-color css
<style>
span { border-color: #FDB35A; }
span { border-color: rgb(253,179,90); }
td.TdClassName
{
border-color: #FDB35A;
}
.TagClassName
{
border-color: #FDB35A;
}
</style>