Shades of Texas Rose #FDA658
Tints of Texas Rose #FDA658
RGB
CMYK
RGB Variations
Color information
#FDA658 (or 0xFDA658) is known color: Texas Rose. HEX triplet: FD, A6 and 58. RGB value is (253,166,88). Sum of RGB (Red+Green+Blue) = 253+166+88=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA658 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA658 is #0259A7. Grayscale: #B7B7B7. Windows color (decimal): -154024 or 5809917. OLE color: 5809917.
HSL color Cylindrical-coordinate representation of color #FDA658: hue angle of 28.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDA658 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 88 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.01 |
| HSL | 28.36º | 0.98% | 0.67% | - |
| HSV(B) | 28.36º | 0.65% | 0.99% | - |
| XYZ | 55.91 | 48.86 | 15.72 | - |
| YUV | 183.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 88 | 0 | 0.34 | 0.65 | 0.01 | 28.36 | 0.98 | 0.67 |
| Hex | FD | A6 | 58 | 0 | 22 | 41 | 1 | 1C | 62 | 43 |
| Octal | 375 | 246 | 130 | 0 | 42 | 101 | 1 | 34 | 142 | 103 |
| Binary | 11111101 | 10100110 | 1011000 | 0 | 100010 | 1000001 | 1 | 11100 | 1100010 | 1000011 |
Color Harmonies of #FDA658
Complementary color
Monochromatic Colors of #FDA658
Black with #FDA658
Text Example
Text Example
White with #FDA658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA658; }
p { color: rgb(253,166,88); }
H1.HeaderClassName
{
color: #FDA658;
}
.AnyTagClassName
{
color: #FDA658;
}
</style>
background-color css
<style>
a { background-color: #FDA658; }
a { background-color: rgb(253,166,88); }
div.DivClassName
{
background-color: #FDA658;
}
.BgClassName
{
background-color: #FDA658;
}
</style>
border-color css
<style>
span { border-color: #FDA658; }
span { border-color: rgb(253,166,88); }
td.TdClassName
{
border-color: #FDA658;
}
.TagClassName
{
border-color: #FDA658;
}
</style>