Shades of Texas Rose #FDB25B
Tints of Texas Rose #FDB25B
RGB
CMYK
RGB Variations
Color information
#FDB25B (or 0xFDB25B) is known color: Texas Rose. HEX triplet: FD, B2 and 5B. RGB value is (253,178,91). Sum of RGB (Red+Green+Blue) = 253+178+91=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB25B is #024DA4. Grayscale: #BEBEBE. Windows color (decimal): -150949 or 6009597. OLE color: 6009597.
HSL color Cylindrical-coordinate representation of color #FDB25B: hue angle of 32.22º 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 #FDB25B is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 91 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.01 |
| HSL | 32.22º | 0.98% | 0.67% | - |
| HSV(B) | 32.22º | 0.64% | 0.99% | - |
| XYZ | 58.32 | 53.48 | 17.15 | - |
| YUV | 190.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 91 | 0 | 0.30 | 0.64 | 0.01 | 32.22 | 0.98 | 0.67 |
| Hex | FD | B2 | 5B | 0 | 1E | 40 | 1 | 20 | 62 | 43 |
| Octal | 375 | 262 | 133 | 0 | 36 | 100 | 1 | 40 | 142 | 103 |
| Binary | 11111101 | 10110010 | 1011011 | 0 | 11110 | 1000000 | 1 | 100000 | 1100010 | 1000011 |
Color Harmonies of #FDB25B
Complementary color
Monochromatic Colors of #FDB25B
Black with #FDB25B
Text Example
Text Example
White with #FDB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB25B; }
p { color: rgb(253,178,91); }
H1.HeaderClassName
{
color: #FDB25B;
}
.AnyTagClassName
{
color: #FDB25B;
}
</style>
background-color css
<style>
a { background-color: #FDB25B; }
a { background-color: rgb(253,178,91); }
div.DivClassName
{
background-color: #FDB25B;
}
.BgClassName
{
background-color: #FDB25B;
}
</style>
border-color css
<style>
span { border-color: #FDB25B; }
span { border-color: rgb(253,178,91); }
td.TdClassName
{
border-color: #FDB25B;
}
.TagClassName
{
border-color: #FDB25B;
}
</style>