Shades of Texas Rose #FDB55A
Tints of Texas Rose #FDB55A
RGB
CMYK
RGB Variations
Color information
#FDB55A (or 0xFDB55A) is known color: Texas Rose. HEX triplet: FD, B5 and 5A. RGB value is (253,181,90). Sum of RGB (Red+Green+Blue) = 253+181+90=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB55A is #024AA5. Grayscale: #C0C0C0. Windows color (decimal): -150182 or 5944829. OLE color: 5944829.
HSL color Cylindrical-coordinate representation of color #FDB55A: hue angle of 33.5º 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 #FDB55A is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 90 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.01 |
| HSL | 33.5º | 0.98% | 0.67% | - |
| HSV(B) | 33.5º | 0.64% | 0.99% | - |
| XYZ | 58.88 | 54.67 | 17.12 | - |
| YUV | 192.15 | 70.35 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 90 | 0 | 0.28 | 0.64 | 0.01 | 33.5 | 0.98 | 0.67 |
| Hex | FD | B5 | 5A | 0 | 1C | 40 | 1 | 21 | 62 | 43 |
| Octal | 375 | 265 | 132 | 0 | 34 | 100 | 1 | 41 | 142 | 103 |
| Binary | 11111101 | 10110101 | 1011010 | 0 | 11100 | 1000000 | 1 | 100001 | 1100010 | 1000011 |
Color Harmonies of #FDB55A
Complementary color
Monochromatic Colors of #FDB55A
Black with #FDB55A
Text Example
Text Example
White with #FDB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB55A; }
p { color: rgb(253,181,90); }
H1.HeaderClassName
{
color: #FDB55A;
}
.AnyTagClassName
{
color: #FDB55A;
}
</style>
background-color css
<style>
a { background-color: #FDB55A; }
a { background-color: rgb(253,181,90); }
div.DivClassName
{
background-color: #FDB55A;
}
.BgClassName
{
background-color: #FDB55A;
}
</style>
border-color css
<style>
span { border-color: #FDB55A; }
span { border-color: rgb(253,181,90); }
td.TdClassName
{
border-color: #FDB55A;
}
.TagClassName
{
border-color: #FDB55A;
}
</style>