Shades of Texas Rose #FDA857
Tints of Texas Rose #FDA857
RGB
CMYK
RGB Variations
Color information
#FDA857 (or 0xFDA857) is known color: Texas Rose. HEX triplet: FD, A8 and 57. RGB value is (253,168,87). Sum of RGB (Red+Green+Blue) = 253+168+87=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA857 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA857 is #0257A8. Grayscale: #B8B8B8. Windows color (decimal): -153513 or 5744893. OLE color: 5744893.
HSL color Cylindrical-coordinate representation of color #FDA857: hue angle of 29.28º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDA857 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 87 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.01 |
| HSL | 29.28º | 0.98% | 0.67% | - |
| HSV(B) | 29.28º | 0.66% | 0.99% | - |
| XYZ | 56.23 | 49.58 | 15.62 | - |
| YUV | 184.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 87 | 0 | 0.34 | 0.66 | 0.01 | 29.28 | 0.98 | 0.67 |
| Hex | FD | A8 | 57 | 0 | 22 | 42 | 1 | 1D | 62 | 43 |
| Octal | 375 | 250 | 127 | 0 | 42 | 102 | 1 | 35 | 142 | 103 |
| Binary | 11111101 | 10101000 | 1010111 | 0 | 100010 | 1000010 | 1 | 11101 | 1100010 | 1000011 |
Color Harmonies of #FDA857
Complementary color
Monochromatic Colors of #FDA857
Black with #FDA857
Text Example
Text Example
White with #FDA857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA857; }
p { color: rgb(253,168,87); }
H1.HeaderClassName
{
color: #FDA857;
}
.AnyTagClassName
{
color: #FDA857;
}
</style>
background-color css
<style>
a { background-color: #FDA857; }
a { background-color: rgb(253,168,87); }
div.DivClassName
{
background-color: #FDA857;
}
.BgClassName
{
background-color: #FDA857;
}
</style>
border-color css
<style>
span { border-color: #FDA857; }
span { border-color: rgb(253,168,87); }
td.TdClassName
{
border-color: #FDA857;
}
.TagClassName
{
border-color: #FDA857;
}
</style>