Shades of Texas Rose #FDB356
Tints of Texas Rose #FDB356
RGB
CMYK
RGB Variations
Color information
#FDB356 (or 0xFDB356) is known color: Texas Rose. HEX triplet: FD, B3 and 56. RGB value is (253,179,86). Sum of RGB (Red+Green+Blue) = 253+179+86=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB356 is #024CA9. Grayscale: #BEBEBE. Windows color (decimal): -150698 or 5682173. OLE color: 5682173.
HSL color Cylindrical-coordinate representation of color #FDB356: hue angle of 33.41º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDB356 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 86 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.01 |
| HSL | 33.41º | 0.98% | 0.66% | - |
| HSV(B) | 33.41º | 0.66% | 0.99% | - |
| XYZ | 58.31 | 53.79 | 16.11 | - |
| YUV | 190.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 86 | 0 | 0.29 | 0.66 | 0.01 | 33.41 | 0.98 | 0.66 |
| Hex | FD | B3 | 56 | 0 | 1D | 42 | 1 | 21 | 62 | 42 |
| Octal | 375 | 263 | 126 | 0 | 35 | 102 | 1 | 41 | 142 | 102 |
| Binary | 11111101 | 10110011 | 1010110 | 0 | 11101 | 1000010 | 1 | 100001 | 1100010 | 1000010 |
Color Harmonies of #FDB356
Complementary color
Monochromatic Colors of #FDB356
Black with #FDB356
Text Example
Text Example
White with #FDB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB356; }
p { color: rgb(253,179,86); }
H1.HeaderClassName
{
color: #FDB356;
}
.AnyTagClassName
{
color: #FDB356;
}
</style>
background-color css
<style>
a { background-color: #FDB356; }
a { background-color: rgb(253,179,86); }
div.DivClassName
{
background-color: #FDB356;
}
.BgClassName
{
background-color: #FDB356;
}
</style>
border-color css
<style>
span { border-color: #FDB356; }
span { border-color: rgb(253,179,86); }
td.TdClassName
{
border-color: #FDB356;
}
.TagClassName
{
border-color: #FDB356;
}
</style>