Shades of Texas Rose #FDB65B
Tints of Texas Rose #FDB65B
RGB
CMYK
RGB Variations
Color information
#FDB65B (or 0xFDB65B) is known color: Texas Rose. HEX triplet: FD, B6 and 5B. RGB value is (253,182,91). Sum of RGB (Red+Green+Blue) = 253+182+91=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB65B is #0249A4. Grayscale: #C1C1C1. Windows color (decimal): -149925 or 6010621. OLE color: 6010621.
HSL color Cylindrical-coordinate representation of color #FDB65B: hue angle of 33.7º 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 #FDB65B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 91 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.01 |
| HSL | 33.7º | 0.98% | 0.67% | - |
| HSV(B) | 33.7º | 0.64% | 0.99% | - |
| XYZ | 59.12 | 55.09 | 17.42 | - |
| YUV | 192.86 | 70.52 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 91 | 0 | 0.28 | 0.64 | 0.01 | 33.7 | 0.98 | 0.67 |
| Hex | FD | B6 | 5B | 0 | 1C | 40 | 1 | 22 | 62 | 43 |
| Octal | 375 | 266 | 133 | 0 | 34 | 100 | 1 | 42 | 142 | 103 |
| Binary | 11111101 | 10110110 | 1011011 | 0 | 11100 | 1000000 | 1 | 100010 | 1100010 | 1000011 |
Color Harmonies of #FDB65B
Complementary color
Monochromatic Colors of #FDB65B
Black with #FDB65B
Text Example
Text Example
White with #FDB65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB65B; }
p { color: rgb(253,182,91); }
H1.HeaderClassName
{
color: #FDB65B;
}
.AnyTagClassName
{
color: #FDB65B;
}
</style>
background-color css
<style>
a { background-color: #FDB65B; }
a { background-color: rgb(253,182,91); }
div.DivClassName
{
background-color: #FDB65B;
}
.BgClassName
{
background-color: #FDB65B;
}
</style>
border-color css
<style>
span { border-color: #FDB65B; }
span { border-color: rgb(253,182,91); }
td.TdClassName
{
border-color: #FDB65B;
}
.TagClassName
{
border-color: #FDB65B;
}
</style>