Shades of Texas Rose #FDB85B
Tints of Texas Rose #FDB85B
RGB
CMYK
RGB Variations
Color information
#FDB85B (or 0xFDB85B) is known color: Texas Rose. HEX triplet: FD, B8 and 5B. RGB value is (253,184,91). Sum of RGB (Red+Green+Blue) = 253+184+91=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB85B is #0247A4. Grayscale: #C2C2C2. Windows color (decimal): -149413 or 6011133. OLE color: 6011133.
HSL color Cylindrical-coordinate representation of color #FDB85B: hue angle of 34.44º 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 #FDB85B is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 91 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.01 |
| HSL | 34.44º | 0.98% | 0.67% | - |
| HSV(B) | 34.44º | 0.64% | 0.99% | - |
| XYZ | 59.54 | 55.92 | 17.55 | - |
| YUV | 194.03 | 69.86 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 91 | 0 | 0.27 | 0.64 | 0.01 | 34.44 | 0.98 | 0.67 |
| Hex | FD | B8 | 5B | 0 | 1B | 40 | 1 | 22 | 62 | 43 |
| Octal | 375 | 270 | 133 | 0 | 33 | 100 | 1 | 42 | 142 | 103 |
| Binary | 11111101 | 10111000 | 1011011 | 0 | 11011 | 1000000 | 1 | 100010 | 1100010 | 1000011 |
Color Harmonies of #FDB85B
Complementary color
Monochromatic Colors of #FDB85B
Black with #FDB85B
Text Example
Text Example
White with #FDB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB85B; }
p { color: rgb(253,184,91); }
H1.HeaderClassName
{
color: #FDB85B;
}
.AnyTagClassName
{
color: #FDB85B;
}
</style>
background-color css
<style>
a { background-color: #FDB85B; }
a { background-color: rgb(253,184,91); }
div.DivClassName
{
background-color: #FDB85B;
}
.BgClassName
{
background-color: #FDB85B;
}
</style>
border-color css
<style>
span { border-color: #FDB85B; }
span { border-color: rgb(253,184,91); }
td.TdClassName
{
border-color: #FDB85B;
}
.TagClassName
{
border-color: #FDB85B;
}
</style>