Shades of Texas Rose #FDB55B
Tints of Texas Rose #FDB55B
RGB
CMYK
RGB Variations
Color information
#FDB55B (or 0xFDB55B) is known color: Texas Rose. HEX triplet: FD, B5 and 5B. RGB value is (253,181,91). Sum of RGB (Red+Green+Blue) = 253+181+91=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB55B is #024AA4. Grayscale: #C0C0C0. Windows color (decimal): -150181 or 6010365. OLE color: 6010365.
HSL color Cylindrical-coordinate representation of color #FDB55B: hue angle of 33.33º 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 #FDB55B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 91 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.01 |
| HSL | 33.33º | 0.98% | 0.67% | - |
| HSV(B) | 33.33º | 0.64% | 0.99% | - |
| XYZ | 58.92 | 54.69 | 17.35 | - |
| YUV | 192.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 91 | 0 | 0.28 | 0.64 | 0.01 | 33.33 | 0.98 | 0.67 |
| Hex | FD | B5 | 5B | 0 | 1C | 40 | 1 | 21 | 62 | 43 |
| Octal | 375 | 265 | 133 | 0 | 34 | 100 | 1 | 41 | 142 | 103 |
| Binary | 11111101 | 10110101 | 1011011 | 0 | 11100 | 1000000 | 1 | 100001 | 1100010 | 1000011 |
Color Harmonies of #FDB55B
Complementary color
Monochromatic Colors of #FDB55B
Black with #FDB55B
Text Example
Text Example
White with #FDB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB55B; }
p { color: rgb(253,181,91); }
H1.HeaderClassName
{
color: #FDB55B;
}
.AnyTagClassName
{
color: #FDB55B;
}
</style>
background-color css
<style>
a { background-color: #FDB55B; }
a { background-color: rgb(253,181,91); }
div.DivClassName
{
background-color: #FDB55B;
}
.BgClassName
{
background-color: #FDB55B;
}
</style>
border-color css
<style>
span { border-color: #FDB55B; }
span { border-color: rgb(253,181,91); }
td.TdClassName
{
border-color: #FDB55B;
}
.TagClassName
{
border-color: #FDB55B;
}
</style>