Shades of Pumpkin #FD741C
Tints of Pumpkin #FD741C
RGB
CMYK
RGB Variations
Color information
#FD741C (or 0xFD741C) is known color: Pumpkin. HEX triplet: FD, 74 and 1C. RGB value is (253,116,28). Sum of RGB (Red+Green+Blue) = 253+116+28=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD741C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD741C is #028BE3. Grayscale: #939393. Windows color (decimal): -166884 or 1864957. OLE color: 1864957.
HSL color Cylindrical-coordinate representation of color #FD741C: hue angle of 23.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD741C is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 28 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.01 |
| HSL | 23.47º | 0.98% | 0.55% | - |
| HSV(B) | 23.47º | 0.89% | 0.99% | - |
| XYZ | 46.96 | 33.46 | 5.08 | - |
| YUV | 146.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 28 | 0 | 0.54 | 0.89 | 0.01 | 23.47 | 0.98 | 0.55 |
| Hex | FD | 74 | 1C | 0 | 36 | 59 | 1 | 17 | 62 | 37 |
| Octal | 375 | 164 | 34 | 0 | 66 | 131 | 1 | 27 | 142 | 67 |
| Binary | 11111101 | 1110100 | 11100 | 0 | 110110 | 1011001 | 1 | 10111 | 1100010 | 110111 |
Color Harmonies of #FD741C
Complementary color
Monochromatic Colors of #FD741C
Black with #FD741C
Text Example
Text Example
White with #FD741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD741C; }
p { color: rgb(253,116,28); }
H1.HeaderClassName
{
color: #FD741C;
}
.AnyTagClassName
{
color: #FD741C;
}
</style>
background-color css
<style>
a { background-color: #FD741C; }
a { background-color: rgb(253,116,28); }
div.DivClassName
{
background-color: #FD741C;
}
.BgClassName
{
background-color: #FD741C;
}
</style>
border-color css
<style>
span { border-color: #FD741C; }
span { border-color: rgb(253,116,28); }
td.TdClassName
{
border-color: #FD741C;
}
.TagClassName
{
border-color: #FD741C;
}
</style>