Shades of Texas Rose #FDB15B
Tints of Texas Rose #FDB15B
RGB
CMYK
RGB Variations
Color information
#FDB15B (or 0xFDB15B) is known color: Texas Rose. HEX triplet: FD, B1 and 5B. RGB value is (253,177,91). Sum of RGB (Red+Green+Blue) = 253+177+91=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB15B is #024EA4. Grayscale: #BEBEBE. Windows color (decimal): -151205 or 6009341. OLE color: 6009341.
HSL color Cylindrical-coordinate representation of color #FDB15B: hue angle of 31.85º 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 #FDB15B is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 91 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.01 |
| HSL | 31.85º | 0.98% | 0.67% | - |
| HSV(B) | 31.85º | 0.64% | 0.99% | - |
| XYZ | 58.12 | 53.08 | 17.08 | - |
| YUV | 189.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 91 | 0 | 0.30 | 0.64 | 0.01 | 31.85 | 0.98 | 0.67 |
| Hex | FD | B1 | 5B | 0 | 1E | 40 | 1 | 20 | 62 | 43 |
| Octal | 375 | 261 | 133 | 0 | 36 | 100 | 1 | 40 | 142 | 103 |
| Binary | 11111101 | 10110001 | 1011011 | 0 | 11110 | 1000000 | 1 | 100000 | 1100010 | 1000011 |
Color Harmonies of #FDB15B
Complementary color
Monochromatic Colors of #FDB15B
Black with #FDB15B
Text Example
Text Example
White with #FDB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB15B; }
p { color: rgb(253,177,91); }
H1.HeaderClassName
{
color: #FDB15B;
}
.AnyTagClassName
{
color: #FDB15B;
}
</style>
background-color css
<style>
a { background-color: #FDB15B; }
a { background-color: rgb(253,177,91); }
div.DivClassName
{
background-color: #FDB15B;
}
.BgClassName
{
background-color: #FDB15B;
}
</style>
border-color css
<style>
span { border-color: #FDB15B; }
span { border-color: rgb(253,177,91); }
td.TdClassName
{
border-color: #FDB15B;
}
.TagClassName
{
border-color: #FDB15B;
}
</style>