Shades of Pumpkin #FD621A
Tints of Pumpkin #FD621A
RGB
CMYK
RGB Variations
Color information
#FD621A (or 0xFD621A) is known color: Pumpkin. HEX triplet: FD, 62 and 1A. RGB value is (253,98,26). Sum of RGB (Red+Green+Blue) = 253+98+26=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD621A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD621A is #029DE5. Grayscale: #888888. Windows color (decimal): -171494 or 1729277. OLE color: 1729277.
HSL color Cylindrical-coordinate representation of color #FD621A: hue angle of 19.03º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD621A is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 98 | 26 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.01 |
| HSL | 19.03º | 0.98% | 0.55% | - |
| HSV(B) | 19.03º | 0.9% | 0.99% | - |
| XYZ | 45.06 | 29.69 | 4.33 | - |
| YUV | 136.14 | 65.85 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 98 | 26 | 0 | 0.61 | 0.90 | 0.01 | 19.03 | 0.98 | 0.55 |
| Hex | FD | 62 | 1A | 0 | 3D | 5A | 1 | 13 | 62 | 37 |
| Octal | 375 | 142 | 32 | 0 | 75 | 132 | 1 | 23 | 142 | 67 |
| Binary | 11111101 | 1100010 | 11010 | 0 | 111101 | 1011010 | 1 | 10011 | 1100010 | 110111 |
Color Harmonies of #FD621A
Complementary color
Monochromatic Colors of #FD621A
Black with #FD621A
Text Example
Text Example
White with #FD621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD621A; }
p { color: rgb(253,98,26); }
H1.HeaderClassName
{
color: #FD621A;
}
.AnyTagClassName
{
color: #FD621A;
}
</style>
background-color css
<style>
a { background-color: #FD621A; }
a { background-color: rgb(253,98,26); }
div.DivClassName
{
background-color: #FD621A;
}
.BgClassName
{
background-color: #FD621A;
}
</style>
border-color css
<style>
span { border-color: #FD621A; }
span { border-color: rgb(253,98,26); }
td.TdClassName
{
border-color: #FD621A;
}
.TagClassName
{
border-color: #FD621A;
}
</style>