Shades of Sunshade #FD9242
Tints of Sunshade #FD9242
RGB
CMYK
RGB Variations
Color information
#FD9242 (or 0xFD9242) is known color: Sunshade. HEX triplet: FD, 92 and 42. RGB value is (253,146,66). Sum of RGB (Red+Green+Blue) = 253+146+66=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9242 is #026DBD. Grayscale: #A9A9A9. Windows color (decimal): -159166 or 4363005. OLE color: 4363005.
HSL color Cylindrical-coordinate representation of color #FD9242: hue angle of 25.67º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD9242 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 146 | 66 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.01 |
| HSL | 25.67º | 0.98% | 0.63% | - |
| HSV(B) | 25.67º | 0.74% | 0.99% | - |
| XYZ | 51.77 | 41.83 | 10.5 | - |
| YUV | 168.87 | 69.95 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 146 | 66 | 0 | 0.42 | 0.74 | 0.01 | 25.67 | 0.98 | 0.63 |
| Hex | FD | 92 | 42 | 0 | 2A | 4A | 1 | 1A | 62 | 3F |
| Octal | 375 | 222 | 102 | 0 | 52 | 112 | 1 | 32 | 142 | 77 |
| Binary | 11111101 | 10010010 | 1000010 | 0 | 101010 | 1001010 | 1 | 11010 | 1100010 | 111111 |
Color Harmonies of #FD9242
Complementary color
Monochromatic Colors of #FD9242
Black with #FD9242
Text Example
Text Example
White with #FD9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9242; }
p { color: rgb(253,146,66); }
H1.HeaderClassName
{
color: #FD9242;
}
.AnyTagClassName
{
color: #FD9242;
}
</style>
background-color css
<style>
a { background-color: #FD9242; }
a { background-color: rgb(253,146,66); }
div.DivClassName
{
background-color: #FD9242;
}
.BgClassName
{
background-color: #FD9242;
}
</style>
border-color css
<style>
span { border-color: #FD9242; }
span { border-color: rgb(253,146,66); }
td.TdClassName
{
border-color: #FD9242;
}
.TagClassName
{
border-color: #FD9242;
}
</style>