Shades of Texas Rose #FDB75B
Tints of Texas Rose #FDB75B
RGB
CMYK
RGB Variations
Color information
#FDB75B (or 0xFDB75B) is known color: Texas Rose. HEX triplet: FD, B7 and 5B. RGB value is (253,183,91). Sum of RGB (Red+Green+Blue) = 253+183+91=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB75B is #0248A4. Grayscale: #C1C1C1. Windows color (decimal): -149669 or 6010877. OLE color: 6010877.
HSL color Cylindrical-coordinate representation of color #FDB75B: hue angle of 34.07º 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 #FDB75B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 91 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.01 |
| HSL | 34.07º | 0.98% | 0.67% | - |
| HSV(B) | 34.07º | 0.64% | 0.99% | - |
| XYZ | 59.33 | 55.5 | 17.48 | - |
| YUV | 193.44 | 70.19 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 91 | 0 | 0.28 | 0.64 | 0.01 | 34.07 | 0.98 | 0.67 |
| Hex | FD | B7 | 5B | 0 | 1C | 40 | 1 | 22 | 62 | 43 |
| Octal | 375 | 267 | 133 | 0 | 34 | 100 | 1 | 42 | 142 | 103 |
| Binary | 11111101 | 10110111 | 1011011 | 0 | 11100 | 1000000 | 1 | 100010 | 1100010 | 1000011 |
Color Harmonies of #FDB75B
Complementary color
Monochromatic Colors of #FDB75B
Black with #FDB75B
Text Example
Text Example
White with #FDB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB75B; }
p { color: rgb(253,183,91); }
H1.HeaderClassName
{
color: #FDB75B;
}
.AnyTagClassName
{
color: #FDB75B;
}
</style>
background-color css
<style>
a { background-color: #FDB75B; }
a { background-color: rgb(253,183,91); }
div.DivClassName
{
background-color: #FDB75B;
}
.BgClassName
{
background-color: #FDB75B;
}
</style>
border-color css
<style>
span { border-color: #FDB75B; }
span { border-color: rgb(253,183,91); }
td.TdClassName
{
border-color: #FDB75B;
}
.TagClassName
{
border-color: #FDB75B;
}
</style>