Shades of Pumpkin #FD7A0D
Tints of Pumpkin #FD7A0D
RGB
CMYK
RGB Variations
Color information
#FD7A0D (or 0xFD7A0D) is known color: Pumpkin. HEX triplet: FD, 7A and 0D. RGB value is (253,122,13). Sum of RGB (Red+Green+Blue) = 253+122+13=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7A0D is #0285F2. Grayscale: #959595. Windows color (decimal): -165363 or 883453. OLE color: 883453.
HSL color Cylindrical-coordinate representation of color #FD7A0D: hue angle of 27.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD7A0D is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 13 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.01 |
| HSL | 27.25º | 0.98% | 0.52% | - |
| HSV(B) | 27.25º | 0.95% | 0.99% | - |
| XYZ | 47.54 | 34.83 | 4.6 | - |
| YUV | 148.74 | 51.4 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 13 | 0 | 0.52 | 0.95 | 0.01 | 27.25 | 0.98 | 0.52 |
| Hex | FD | 7A | D | 0 | 34 | 5F | 1 | 1B | 62 | 34 |
| Octal | 375 | 172 | 15 | 0 | 64 | 137 | 1 | 33 | 142 | 64 |
| Binary | 11111101 | 1111010 | 1101 | 0 | 110100 | 1011111 | 1 | 11011 | 1100010 | 110100 |
Color Harmonies of #FD7A0D
Complementary color
Monochromatic Colors of #FD7A0D
Black with #FD7A0D
Text Example
Text Example
White with #FD7A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A0D; }
p { color: rgb(253,122,13); }
H1.HeaderClassName
{
color: #FD7A0D;
}
.AnyTagClassName
{
color: #FD7A0D;
}
</style>
background-color css
<style>
a { background-color: #FD7A0D; }
a { background-color: rgb(253,122,13); }
div.DivClassName
{
background-color: #FD7A0D;
}
.BgClassName
{
background-color: #FD7A0D;
}
</style>
border-color css
<style>
span { border-color: #FD7A0D; }
span { border-color: rgb(253,122,13); }
td.TdClassName
{
border-color: #FD7A0D;
}
.TagClassName
{
border-color: #FD7A0D;
}
</style>