Shades of Pumpkin #FD841C
Tints of Pumpkin #FD841C
RGB
CMYK
RGB Variations
Color information
#FD841C (or 0xFD841C) is known color: Pumpkin. HEX triplet: FD, 84 and 1C. RGB value is (253,132,28). Sum of RGB (Red+Green+Blue) = 253+132+28=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD841C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD841C is #027BE3. Grayscale: #9C9C9C. Windows color (decimal): -162788 or 1869053. OLE color: 1869053.
HSL color Cylindrical-coordinate representation of color #FD841C: hue angle of 27.73º 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 #FD841C is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 132 | 28 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.01 |
| HSL | 27.73º | 0.98% | 0.55% | - |
| HSV(B) | 27.73º | 0.89% | 0.99% | - |
| XYZ | 48.97 | 37.47 | 5.75 | - |
| YUV | 156.32 | 55.59 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 132 | 28 | 0 | 0.48 | 0.89 | 0.01 | 27.73 | 0.98 | 0.55 |
| Hex | FD | 84 | 1C | 0 | 30 | 59 | 1 | 1C | 62 | 37 |
| Octal | 375 | 204 | 34 | 0 | 60 | 131 | 1 | 34 | 142 | 67 |
| Binary | 11111101 | 10000100 | 11100 | 0 | 110000 | 1011001 | 1 | 11100 | 1100010 | 110111 |
Color Harmonies of #FD841C
Complementary color
Monochromatic Colors of #FD841C
Black with #FD841C
Text Example
Text Example
White with #FD841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD841C; }
p { color: rgb(253,132,28); }
H1.HeaderClassName
{
color: #FD841C;
}
.AnyTagClassName
{
color: #FD841C;
}
</style>
background-color css
<style>
a { background-color: #FD841C; }
a { background-color: rgb(253,132,28); }
div.DivClassName
{
background-color: #FD841C;
}
.BgClassName
{
background-color: #FD841C;
}
</style>
border-color css
<style>
span { border-color: #FD841C; }
span { border-color: rgb(253,132,28); }
td.TdClassName
{
border-color: #FD841C;
}
.TagClassName
{
border-color: #FD841C;
}
</style>