Shades of Texas Rose #FDB75A
Tints of Texas Rose #FDB75A
RGB
CMYK
RGB Variations
Color information
#FDB75A (or 0xFDB75A) is known color: Texas Rose. HEX triplet: FD, B7 and 5A. RGB value is (253,183,90). Sum of RGB (Red+Green+Blue) = 253+183+90=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB75A is #0248A5. Grayscale: #C1C1C1. Windows color (decimal): -149670 or 5945341. OLE color: 5945341.
HSL color Cylindrical-coordinate representation of color #FDB75A: hue angle of 34.23º 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 #FDB75A is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 90 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.01 |
| HSL | 34.23º | 0.98% | 0.67% | - |
| HSV(B) | 34.23º | 0.64% | 0.99% | - |
| XYZ | 59.29 | 55.49 | 17.26 | - |
| YUV | 193.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 90 | 0 | 0.28 | 0.64 | 0.01 | 34.23 | 0.98 | 0.67 |
| Hex | FD | B7 | 5A | 0 | 1C | 40 | 1 | 22 | 62 | 43 |
| Octal | 375 | 267 | 132 | 0 | 34 | 100 | 1 | 42 | 142 | 103 |
| Binary | 11111101 | 10110111 | 1011010 | 0 | 11100 | 1000000 | 1 | 100010 | 1100010 | 1000011 |
Color Harmonies of #FDB75A
Complementary color
Monochromatic Colors of #FDB75A
Black with #FDB75A
Text Example
Text Example
White with #FDB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB75A; }
p { color: rgb(253,183,90); }
H1.HeaderClassName
{
color: #FDB75A;
}
.AnyTagClassName
{
color: #FDB75A;
}
</style>
background-color css
<style>
a { background-color: #FDB75A; }
a { background-color: rgb(253,183,90); }
div.DivClassName
{
background-color: #FDB75A;
}
.BgClassName
{
background-color: #FDB75A;
}
</style>
border-color css
<style>
span { border-color: #FDB75A; }
span { border-color: rgb(253,183,90); }
td.TdClassName
{
border-color: #FDB75A;
}
.TagClassName
{
border-color: #FDB75A;
}
</style>