Shades of Texas Rose #FDB65A
Tints of Texas Rose #FDB65A
RGB
CMYK
RGB Variations
Color information
#FDB65A (or 0xFDB65A) is known color: Texas Rose. HEX triplet: FD, B6 and 5A. RGB value is (253,182,90). Sum of RGB (Red+Green+Blue) = 253+182+90=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB65A is #0249A5. Grayscale: #C1C1C1. Windows color (decimal): -149926 or 5945085. OLE color: 5945085.
HSL color Cylindrical-coordinate representation of color #FDB65A: hue angle of 33.87º 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 #FDB65A is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 90 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.01 |
| HSL | 33.87º | 0.98% | 0.67% | - |
| HSV(B) | 33.87º | 0.64% | 0.99% | - |
| XYZ | 59.08 | 55.08 | 17.19 | - |
| YUV | 192.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 90 | 0 | 0.28 | 0.64 | 0.01 | 33.87 | 0.98 | 0.67 |
| Hex | FD | B6 | 5A | 0 | 1C | 40 | 1 | 22 | 62 | 43 |
| Octal | 375 | 266 | 132 | 0 | 34 | 100 | 1 | 42 | 142 | 103 |
| Binary | 11111101 | 10110110 | 1011010 | 0 | 11100 | 1000000 | 1 | 100010 | 1100010 | 1000011 |
Color Harmonies of #FDB65A
Complementary color
Monochromatic Colors of #FDB65A
Black with #FDB65A
Text Example
Text Example
White with #FDB65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB65A; }
p { color: rgb(253,182,90); }
H1.HeaderClassName
{
color: #FDB65A;
}
.AnyTagClassName
{
color: #FDB65A;
}
</style>
background-color css
<style>
a { background-color: #FDB65A; }
a { background-color: rgb(253,182,90); }
div.DivClassName
{
background-color: #FDB65A;
}
.BgClassName
{
background-color: #FDB65A;
}
</style>
border-color css
<style>
span { border-color: #FDB65A; }
span { border-color: rgb(253,182,90); }
td.TdClassName
{
border-color: #FDB65A;
}
.TagClassName
{
border-color: #FDB65A;
}
</style>