Shades of Texas Rose #FDB65D
Tints of Texas Rose #FDB65D
RGB
CMYK
RGB Variations
Color information
#FDB65D (or 0xFDB65D) is known color: Texas Rose. HEX triplet: FD, B6 and 5D. RGB value is (253,182,93). Sum of RGB (Red+Green+Blue) = 253+182+93=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB65D is #0249A2. Grayscale: #C1C1C1. Windows color (decimal): -149923 or 6141693. OLE color: 6141693.
HSL color Cylindrical-coordinate representation of color #FDB65D: hue angle of 33.38º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDB65D is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 93 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.01 |
| HSL | 33.38º | 0.98% | 0.68% | - |
| HSV(B) | 33.38º | 0.63% | 0.99% | - |
| XYZ | 59.21 | 55.13 | 17.88 | - |
| YUV | 193.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 93 | 0 | 0.28 | 0.63 | 0.01 | 33.38 | 0.98 | 0.68 |
| Hex | FD | B6 | 5D | 0 | 1C | 3F | 1 | 21 | 62 | 44 |
| Octal | 375 | 266 | 135 | 0 | 34 | 77 | 1 | 41 | 142 | 104 |
| Binary | 11111101 | 10110110 | 1011101 | 0 | 11100 | 111111 | 1 | 100001 | 1100010 | 1000100 |
Color Harmonies of #FDB65D
Complementary color
Monochromatic Colors of #FDB65D
Black with #FDB65D
Text Example
Text Example
White with #FDB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB65D; }
p { color: rgb(253,182,93); }
H1.HeaderClassName
{
color: #FDB65D;
}
.AnyTagClassName
{
color: #FDB65D;
}
</style>
background-color css
<style>
a { background-color: #FDB65D; }
a { background-color: rgb(253,182,93); }
div.DivClassName
{
background-color: #FDB65D;
}
.BgClassName
{
background-color: #FDB65D;
}
</style>
border-color css
<style>
span { border-color: #FDB65D; }
span { border-color: rgb(253,182,93); }
td.TdClassName
{
border-color: #FDB65D;
}
.TagClassName
{
border-color: #FDB65D;
}
</style>