Shades of Sunshade #FD9141
Tints of Sunshade #FD9141
RGB
CMYK
RGB Variations
Color information
#FD9141 (or 0xFD9141) is known color: Sunshade. HEX triplet: FD, 91 and 41. RGB value is (253,145,65). Sum of RGB (Red+Green+Blue) = 253+145+65=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9141 is #026EBE. Grayscale: #A8A8A8. Windows color (decimal): -159423 or 4297213. OLE color: 4297213.
HSL color Cylindrical-coordinate representation of color #FD9141: hue angle of 25.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD9141 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 65 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.01 |
| HSL | 25.53º | 0.98% | 0.62% | - |
| HSV(B) | 25.53º | 0.74% | 0.99% | - |
| XYZ | 51.59 | 41.52 | 10.3 | - |
| YUV | 168.17 | 69.78 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 65 | 0 | 0.43 | 0.74 | 0.01 | 25.53 | 0.98 | 0.62 |
| Hex | FD | 91 | 41 | 0 | 2B | 4A | 1 | 1A | 62 | 3E |
| Octal | 375 | 221 | 101 | 0 | 53 | 112 | 1 | 32 | 142 | 76 |
| Binary | 11111101 | 10010001 | 1000001 | 0 | 101011 | 1001010 | 1 | 11010 | 1100010 | 111110 |
Color Harmonies of #FD9141
Complementary color
Monochromatic Colors of #FD9141
Black with #FD9141
Text Example
Text Example
White with #FD9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9141; }
p { color: rgb(253,145,65); }
H1.HeaderClassName
{
color: #FD9141;
}
.AnyTagClassName
{
color: #FD9141;
}
</style>
background-color css
<style>
a { background-color: #FD9141; }
a { background-color: rgb(253,145,65); }
div.DivClassName
{
background-color: #FD9141;
}
.BgClassName
{
background-color: #FD9141;
}
</style>
border-color css
<style>
span { border-color: #FD9141; }
span { border-color: rgb(253,145,65); }
td.TdClassName
{
border-color: #FD9141;
}
.TagClassName
{
border-color: #FD9141;
}
</style>