Shades of Texas Rose #FDB358
Tints of Texas Rose #FDB358
RGB
CMYK
RGB Variations
Color information
#FDB358 (or 0xFDB358) is known color: Texas Rose. HEX triplet: FD, B3 and 58. RGB value is (253,179,88). Sum of RGB (Red+Green+Blue) = 253+179+88=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB358 is #024CA7. Grayscale: #BFBFBF. Windows color (decimal): -150696 or 5813245. OLE color: 5813245.
HSL color Cylindrical-coordinate representation of color #FDB358: hue angle of 33.09º 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 #FDB358 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 88 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.01 |
| HSL | 33.09º | 0.98% | 0.67% | - |
| HSV(B) | 33.09º | 0.65% | 0.99% | - |
| XYZ | 58.39 | 53.83 | 16.54 | - |
| YUV | 190.75 | 70.02 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 88 | 0 | 0.29 | 0.65 | 0.01 | 33.09 | 0.98 | 0.67 |
| Hex | FD | B3 | 58 | 0 | 1D | 41 | 1 | 21 | 62 | 43 |
| Octal | 375 | 263 | 130 | 0 | 35 | 101 | 1 | 41 | 142 | 103 |
| Binary | 11111101 | 10110011 | 1011000 | 0 | 11101 | 1000001 | 1 | 100001 | 1100010 | 1000011 |
Color Harmonies of #FDB358
Complementary color
Monochromatic Colors of #FDB358
Black with #FDB358
Text Example
Text Example
White with #FDB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB358; }
p { color: rgb(253,179,88); }
H1.HeaderClassName
{
color: #FDB358;
}
.AnyTagClassName
{
color: #FDB358;
}
</style>
background-color css
<style>
a { background-color: #FDB358; }
a { background-color: rgb(253,179,88); }
div.DivClassName
{
background-color: #FDB358;
}
.BgClassName
{
background-color: #FDB358;
}
</style>
border-color css
<style>
span { border-color: #FDB358; }
span { border-color: rgb(253,179,88); }
td.TdClassName
{
border-color: #FDB358;
}
.TagClassName
{
border-color: #FDB358;
}
</style>