Shades of Texas Rose #FDA84F
Tints of Texas Rose #FDA84F
RGB
CMYK
RGB Variations
Color information
#FDA84F (or 0xFDA84F) is known color: Texas Rose. HEX triplet: FD, A8 and 4F. RGB value is (253,168,79). Sum of RGB (Red+Green+Blue) = 253+168+79=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 79 (31.25% from 255 or 15.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA84F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA84F is #0257B0. Grayscale: #B7B7B7. Windows color (decimal): -153521 or 5220605. OLE color: 5220605.
HSL color Cylindrical-coordinate representation of color #FDA84F: hue angle of 30.69º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDA84F is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 79 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.01 |
| HSL | 30.69º | 0.98% | 0.65% | - |
| HSV(B) | 30.69º | 0.69% | 0.99% | - |
| XYZ | 55.92 | 49.45 | 14 | - |
| YUV | 183.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 79 | 0 | 0.34 | 0.69 | 0.01 | 30.69 | 0.98 | 0.65 |
| Hex | FD | A8 | 4F | 0 | 22 | 45 | 1 | 1F | 62 | 41 |
| Octal | 375 | 250 | 117 | 0 | 42 | 105 | 1 | 37 | 142 | 101 |
| Binary | 11111101 | 10101000 | 1001111 | 0 | 100010 | 1000101 | 1 | 11111 | 1100010 | 1000001 |
Color Harmonies of #FDA84F
Complementary color
Monochromatic Colors of #FDA84F
Black with #FDA84F
Text Example
Text Example
White with #FDA84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA84F; }
p { color: rgb(253,168,79); }
H1.HeaderClassName
{
color: #FDA84F;
}
.AnyTagClassName
{
color: #FDA84F;
}
</style>
background-color css
<style>
a { background-color: #FDA84F; }
a { background-color: rgb(253,168,79); }
div.DivClassName
{
background-color: #FDA84F;
}
.BgClassName
{
background-color: #FDA84F;
}
</style>
border-color css
<style>
span { border-color: #FDA84F; }
span { border-color: rgb(253,168,79); }
td.TdClassName
{
border-color: #FDA84F;
}
.TagClassName
{
border-color: #FDA84F;
}
</style>