Shades of Texas Rose #FDB458
Tints of Texas Rose #FDB458
RGB
CMYK
RGB Variations
Color information
#FDB458 (or 0xFDB458) is known color: Texas Rose. HEX triplet: FD, B4 and 58. RGB value is (253,180,88). Sum of RGB (Red+Green+Blue) = 253+180+88=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB458 is #024BA7. Grayscale: #BFBFBF. Windows color (decimal): -150440 or 5813501. OLE color: 5813501.
HSL color Cylindrical-coordinate representation of color #FDB458: hue angle of 33.45º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDB458 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 88 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.01 |
| HSL | 33.45º | 0.98% | 0.67% | - |
| HSV(B) | 33.45º | 0.65% | 0.99% | - |
| XYZ | 58.59 | 54.23 | 16.61 | - |
| YUV | 191.34 | 69.68 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 88 | 0 | 0.29 | 0.65 | 0.01 | 33.45 | 0.98 | 0.67 |
| Hex | FD | B4 | 58 | 0 | 1D | 41 | 1 | 21 | 62 | 43 |
| Octal | 375 | 264 | 130 | 0 | 35 | 101 | 1 | 41 | 142 | 103 |
| Binary | 11111101 | 10110100 | 1011000 | 0 | 11101 | 1000001 | 1 | 100001 | 1100010 | 1000011 |
Color Harmonies of #FDB458
Complementary color
Monochromatic Colors of #FDB458
Black with #FDB458
Text Example
Text Example
White with #FDB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB458; }
p { color: rgb(253,180,88); }
H1.HeaderClassName
{
color: #FDB458;
}
.AnyTagClassName
{
color: #FDB458;
}
</style>
background-color css
<style>
a { background-color: #FDB458; }
a { background-color: rgb(253,180,88); }
div.DivClassName
{
background-color: #FDB458;
}
.BgClassName
{
background-color: #FDB458;
}
</style>
border-color css
<style>
span { border-color: #FDB458; }
span { border-color: rgb(253,180,88); }
td.TdClassName
{
border-color: #FDB458;
}
.TagClassName
{
border-color: #FDB458;
}
</style>