Shades of Texas Rose #FDB05B
Tints of Texas Rose #FDB05B
RGB
CMYK
RGB Variations
Color information
#FDB05B (or 0xFDB05B) is known color: Texas Rose. HEX triplet: FD, B0 and 5B. RGB value is (253,176,91). Sum of RGB (Red+Green+Blue) = 253+176+91=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB05B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB05B is #024FA4. Grayscale: #BDBDBD. Windows color (decimal): -151461 or 6009085. OLE color: 6009085.
HSL color Cylindrical-coordinate representation of color #FDB05B: hue angle of 31.48º 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 #FDB05B is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 91 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.01 |
| HSL | 31.48º | 0.98% | 0.67% | - |
| HSV(B) | 31.48º | 0.64% | 0.99% | - |
| XYZ | 57.92 | 52.69 | 17.01 | - |
| YUV | 189.33 | 72.51 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 91 | 0 | 0.30 | 0.64 | 0.01 | 31.48 | 0.98 | 0.67 |
| Hex | FD | B0 | 5B | 0 | 1E | 40 | 1 | 1F | 62 | 43 |
| Octal | 375 | 260 | 133 | 0 | 36 | 100 | 1 | 37 | 142 | 103 |
| Binary | 11111101 | 10110000 | 1011011 | 0 | 11110 | 1000000 | 1 | 11111 | 1100010 | 1000011 |
Color Harmonies of #FDB05B
Complementary color
Monochromatic Colors of #FDB05B
Black with #FDB05B
Text Example
Text Example
White with #FDB05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB05B; }
p { color: rgb(253,176,91); }
H1.HeaderClassName
{
color: #FDB05B;
}
.AnyTagClassName
{
color: #FDB05B;
}
</style>
background-color css
<style>
a { background-color: #FDB05B; }
a { background-color: rgb(253,176,91); }
div.DivClassName
{
background-color: #FDB05B;
}
.BgClassName
{
background-color: #FDB05B;
}
</style>
border-color css
<style>
span { border-color: #FDB05B; }
span { border-color: rgb(253,176,91); }
td.TdClassName
{
border-color: #FDB05B;
}
.TagClassName
{
border-color: #FDB05B;
}
</style>