Shades of Texas Rose #FDB053
Tints of Texas Rose #FDB053
RGB
CMYK
RGB Variations
Color information
#FDB053 (or 0xFDB053) is known color: Texas Rose. HEX triplet: FD, B0 and 53. RGB value is (253,176,83). Sum of RGB (Red+Green+Blue) = 253+176+83=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB053 is #024FAC. Grayscale: #BCBCBC. Windows color (decimal): -151469 or 5484797. OLE color: 5484797.
HSL color Cylindrical-coordinate representation of color #FDB053: hue angle of 32.82º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDB053 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 83 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.01 |
| HSL | 32.82º | 0.98% | 0.66% | - |
| HSV(B) | 32.82º | 0.67% | 0.99% | - |
| XYZ | 57.59 | 52.56 | 15.29 | - |
| YUV | 188.42 | 68.51 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 83 | 0 | 0.30 | 0.67 | 0.01 | 32.82 | 0.98 | 0.66 |
| Hex | FD | B0 | 53 | 0 | 1E | 43 | 1 | 21 | 62 | 42 |
| Octal | 375 | 260 | 123 | 0 | 36 | 103 | 1 | 41 | 142 | 102 |
| Binary | 11111101 | 10110000 | 1010011 | 0 | 11110 | 1000011 | 1 | 100001 | 1100010 | 1000010 |
Color Harmonies of #FDB053
Complementary color
Monochromatic Colors of #FDB053
Black with #FDB053
Text Example
Text Example
White with #FDB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB053; }
p { color: rgb(253,176,83); }
H1.HeaderClassName
{
color: #FDB053;
}
.AnyTagClassName
{
color: #FDB053;
}
</style>
background-color css
<style>
a { background-color: #FDB053; }
a { background-color: rgb(253,176,83); }
div.DivClassName
{
background-color: #FDB053;
}
.BgClassName
{
background-color: #FDB053;
}
</style>
border-color css
<style>
span { border-color: #FDB053; }
span { border-color: rgb(253,176,83); }
td.TdClassName
{
border-color: #FDB053;
}
.TagClassName
{
border-color: #FDB053;
}
</style>