Shades of Texas Rose #FDA852
Tints of Texas Rose #FDA852
RGB
CMYK
RGB Variations
Color information
#FDA852 (or 0xFDA852) is known color: Texas Rose. HEX triplet: FD, A8 and 52. RGB value is (253,168,82). Sum of RGB (Red+Green+Blue) = 253+168+82=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA852 is #0257AD. Grayscale: #B8B8B8. Windows color (decimal): -153518 or 5417213. OLE color: 5417213.
HSL color Cylindrical-coordinate representation of color #FDA852: hue angle of 30.18º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDA852 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 82 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.01 |
| HSL | 30.18º | 0.98% | 0.66% | - |
| HSV(B) | 30.18º | 0.68% | 0.99% | - |
| XYZ | 56.03 | 49.5 | 14.58 | - |
| YUV | 183.61 | 70.66 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 82 | 0 | 0.34 | 0.68 | 0.01 | 30.18 | 0.98 | 0.66 |
| Hex | FD | A8 | 52 | 0 | 22 | 44 | 1 | 1E | 62 | 42 |
| Octal | 375 | 250 | 122 | 0 | 42 | 104 | 1 | 36 | 142 | 102 |
| Binary | 11111101 | 10101000 | 1010010 | 0 | 100010 | 1000100 | 1 | 11110 | 1100010 | 1000010 |
Color Harmonies of #FDA852
Complementary color
Monochromatic Colors of #FDA852
Black with #FDA852
Text Example
Text Example
White with #FDA852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA852; }
p { color: rgb(253,168,82); }
H1.HeaderClassName
{
color: #FDA852;
}
.AnyTagClassName
{
color: #FDA852;
}
</style>
background-color css
<style>
a { background-color: #FDA852; }
a { background-color: rgb(253,168,82); }
div.DivClassName
{
background-color: #FDA852;
}
.BgClassName
{
background-color: #FDA852;
}
</style>
border-color css
<style>
span { border-color: #FDA852; }
span { border-color: rgb(253,168,82); }
td.TdClassName
{
border-color: #FDA852;
}
.TagClassName
{
border-color: #FDA852;
}
</style>