Shades of Pumpkin #FD621C
Tints of Pumpkin #FD621C
RGB
CMYK
RGB Variations
Color information
#FD621C (or 0xFD621C) is known color: Pumpkin. HEX triplet: FD, 62 and 1C. RGB value is (253,98,28). Sum of RGB (Red+Green+Blue) = 253+98+28=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD621C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD621C is #029DE3. Grayscale: #888888. Windows color (decimal): -171492 or 1860349. OLE color: 1860349.
HSL color Cylindrical-coordinate representation of color #FD621C: hue angle of 18.67º 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 #FD621C is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 98 | 28 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.01 |
| HSL | 18.67º | 0.98% | 0.55% | - |
| HSV(B) | 18.67º | 0.89% | 0.99% | - |
| XYZ | 45.09 | 29.7 | 4.46 | - |
| YUV | 136.37 | 66.85 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 98 | 28 | 0 | 0.61 | 0.89 | 0.01 | 18.67 | 0.98 | 0.55 |
| Hex | FD | 62 | 1C | 0 | 3D | 59 | 1 | 13 | 62 | 37 |
| Octal | 375 | 142 | 34 | 0 | 75 | 131 | 1 | 23 | 142 | 67 |
| Binary | 11111101 | 1100010 | 11100 | 0 | 111101 | 1011001 | 1 | 10011 | 1100010 | 110111 |
Color Harmonies of #FD621C
Complementary color
Monochromatic Colors of #FD621C
Black with #FD621C
Text Example
Text Example
White with #FD621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD621C; }
p { color: rgb(253,98,28); }
H1.HeaderClassName
{
color: #FD621C;
}
.AnyTagClassName
{
color: #FD621C;
}
</style>
background-color css
<style>
a { background-color: #FD621C; }
a { background-color: rgb(253,98,28); }
div.DivClassName
{
background-color: #FD621C;
}
.BgClassName
{
background-color: #FD621C;
}
</style>
border-color css
<style>
span { border-color: #FD621C; }
span { border-color: rgb(253,98,28); }
td.TdClassName
{
border-color: #FD621C;
}
.TagClassName
{
border-color: #FD621C;
}
</style>