Shades of Sunshade #FD9341
Tints of Sunshade #FD9341
RGB
CMYK
RGB Variations
Color information
#FD9341 (or 0xFD9341) is known color: Sunshade. HEX triplet: FD, 93 and 41. RGB value is (253,147,65). Sum of RGB (Red+Green+Blue) = 253+147+65=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9341 is #026CBE. Grayscale: #A9A9A9. Windows color (decimal): -158911 or 4297725. OLE color: 4297725.
HSL color Cylindrical-coordinate representation of color #FD9341: hue angle of 26.17º 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 #FD9341 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 147 | 65 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.01 |
| HSL | 26.17º | 0.98% | 0.62% | - |
| HSV(B) | 26.17º | 0.74% | 0.99% | - |
| XYZ | 51.9 | 42.13 | 10.4 | - |
| YUV | 169.35 | 69.12 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 147 | 65 | 0 | 0.42 | 0.74 | 0.01 | 26.17 | 0.98 | 0.62 |
| Hex | FD | 93 | 41 | 0 | 2A | 4A | 1 | 1A | 62 | 3E |
| Octal | 375 | 223 | 101 | 0 | 52 | 112 | 1 | 32 | 142 | 76 |
| Binary | 11111101 | 10010011 | 1000001 | 0 | 101010 | 1001010 | 1 | 11010 | 1100010 | 111110 |
Color Harmonies of #FD9341
Complementary color
Monochromatic Colors of #FD9341
Black with #FD9341
Text Example
Text Example
White with #FD9341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9341; }
p { color: rgb(253,147,65); }
H1.HeaderClassName
{
color: #FD9341;
}
.AnyTagClassName
{
color: #FD9341;
}
</style>
background-color css
<style>
a { background-color: #FD9341; }
a { background-color: rgb(253,147,65); }
div.DivClassName
{
background-color: #FD9341;
}
.BgClassName
{
background-color: #FD9341;
}
</style>
border-color css
<style>
span { border-color: #FD9341; }
span { border-color: rgb(253,147,65); }
td.TdClassName
{
border-color: #FD9341;
}
.TagClassName
{
border-color: #FD9341;
}
</style>