Shades of Texas Rose #FDB95F
Tints of Texas Rose #FDB95F
RGB
CMYK
RGB Variations
Color information
#FDB95F (or 0xFDB95F) is known color: Texas Rose. HEX triplet: FD, B9 and 5F. RGB value is (253,185,95). Sum of RGB (Red+Green+Blue) = 253+185+95=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB95F is #0246A0. Grayscale: #C3C3C3. Windows color (decimal): -149153 or 6273533. OLE color: 6273533.
HSL color Cylindrical-coordinate representation of color #FDB95F: hue angle of 34.18º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDB95F is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 95 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.01 |
| HSL | 34.18º | 0.98% | 0.68% | - |
| HSV(B) | 34.18º | 0.62% | 0.99% | - |
| XYZ | 59.92 | 56.41 | 18.56 | - |
| YUV | 195.07 | 71.53 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 95 | 0 | 0.27 | 0.62 | 0.01 | 34.18 | 0.98 | 0.68 |
| Hex | FD | B9 | 5F | 0 | 1B | 3E | 1 | 22 | 62 | 44 |
| Octal | 375 | 271 | 137 | 0 | 33 | 76 | 1 | 42 | 142 | 104 |
| Binary | 11111101 | 10111001 | 1011111 | 0 | 11011 | 111110 | 1 | 100010 | 1100010 | 1000100 |
Color Harmonies of #FDB95F
Complementary color
Monochromatic Colors of #FDB95F
Black with #FDB95F
Text Example
Text Example
White with #FDB95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB95F; }
p { color: rgb(253,185,95); }
H1.HeaderClassName
{
color: #FDB95F;
}
.AnyTagClassName
{
color: #FDB95F;
}
</style>
background-color css
<style>
a { background-color: #FDB95F; }
a { background-color: rgb(253,185,95); }
div.DivClassName
{
background-color: #FDB95F;
}
.BgClassName
{
background-color: #FDB95F;
}
</style>
border-color css
<style>
span { border-color: #FDB95F; }
span { border-color: rgb(253,185,95); }
td.TdClassName
{
border-color: #FDB95F;
}
.TagClassName
{
border-color: #FDB95F;
}
</style>