Shades of Pumpkin #FD7A19
Tints of Pumpkin #FD7A19
RGB
CMYK
RGB Variations
Color information
#FD7A19 (or 0xFD7A19) is known color: Pumpkin. HEX triplet: FD, 7A and 19. RGB value is (253,122,25). Sum of RGB (Red+Green+Blue) = 253+122+25=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7A19 is #0285E6. Grayscale: #969696. Windows color (decimal): -165351 or 1669885. OLE color: 1669885.
HSL color Cylindrical-coordinate representation of color #FD7A19: hue angle of 25.53º 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 #FD7A19 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 25 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.01 |
| HSL | 25.53º | 0.98% | 0.55% | - |
| HSV(B) | 25.53º | 0.9% | 0.99% | - |
| XYZ | 47.64 | 34.87 | 5.14 | - |
| YUV | 150.11 | 57.4 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 25 | 0 | 0.52 | 0.90 | 0.01 | 25.53 | 0.98 | 0.55 |
| Hex | FD | 7A | 19 | 0 | 34 | 5A | 1 | 1A | 62 | 37 |
| Octal | 375 | 172 | 31 | 0 | 64 | 132 | 1 | 32 | 142 | 67 |
| Binary | 11111101 | 1111010 | 11001 | 0 | 110100 | 1011010 | 1 | 11010 | 1100010 | 110111 |
Color Harmonies of #FD7A19
Complementary color
Monochromatic Colors of #FD7A19
Black with #FD7A19
Text Example
Text Example
White with #FD7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A19; }
p { color: rgb(253,122,25); }
H1.HeaderClassName
{
color: #FD7A19;
}
.AnyTagClassName
{
color: #FD7A19;
}
</style>
background-color css
<style>
a { background-color: #FD7A19; }
a { background-color: rgb(253,122,25); }
div.DivClassName
{
background-color: #FD7A19;
}
.BgClassName
{
background-color: #FD7A19;
}
</style>
border-color css
<style>
span { border-color: #FD7A19; }
span { border-color: rgb(253,122,25); }
td.TdClassName
{
border-color: #FD7A19;
}
.TagClassName
{
border-color: #FD7A19;
}
</style>