Shades of Texas Rose #FDB45A
Tints of Texas Rose #FDB45A
RGB
CMYK
RGB Variations
Color information
#FDB45A (or 0xFDB45A) is known color: Texas Rose. HEX triplet: FD, B4 and 5A. RGB value is (253,180,90). Sum of RGB (Red+Green+Blue) = 253+180+90=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB45A is #024BA5. Grayscale: #BFBFBF. Windows color (decimal): -150438 or 5944573. OLE color: 5944573.
HSL color Cylindrical-coordinate representation of color #FDB45A: hue angle of 33.13º 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 #FDB45A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 90 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.01 |
| HSL | 33.13º | 0.98% | 0.67% | - |
| HSV(B) | 33.13º | 0.64% | 0.99% | - |
| XYZ | 58.67 | 54.26 | 17.05 | - |
| YUV | 191.57 | 70.68 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 90 | 0 | 0.29 | 0.64 | 0.01 | 33.13 | 0.98 | 0.67 |
| Hex | FD | B4 | 5A | 0 | 1D | 40 | 1 | 21 | 62 | 43 |
| Octal | 375 | 264 | 132 | 0 | 35 | 100 | 1 | 41 | 142 | 103 |
| Binary | 11111101 | 10110100 | 1011010 | 0 | 11101 | 1000000 | 1 | 100001 | 1100010 | 1000011 |
Color Harmonies of #FDB45A
Complementary color
Monochromatic Colors of #FDB45A
Black with #FDB45A
Text Example
Text Example
White with #FDB45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB45A; }
p { color: rgb(253,180,90); }
H1.HeaderClassName
{
color: #FDB45A;
}
.AnyTagClassName
{
color: #FDB45A;
}
</style>
background-color css
<style>
a { background-color: #FDB45A; }
a { background-color: rgb(253,180,90); }
div.DivClassName
{
background-color: #FDB45A;
}
.BgClassName
{
background-color: #FDB45A;
}
</style>
border-color css
<style>
span { border-color: #FDB45A; }
span { border-color: rgb(253,180,90); }
td.TdClassName
{
border-color: #FDB45A;
}
.TagClassName
{
border-color: #FDB45A;
}
</style>