Shades of Pumpkin #FD7F0D
Tints of Pumpkin #FD7F0D
RGB
CMYK
RGB Variations
Color information
#FD7F0D (or 0xFD7F0D) is known color: Pumpkin. HEX triplet: FD, 7F and 0D. RGB value is (253,127,13). Sum of RGB (Red+Green+Blue) = 253+127+13=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7F0D is #0280F2. Grayscale: #989898. Windows color (decimal): -164083 or 884733. OLE color: 884733.
HSL color Cylindrical-coordinate representation of color #FD7F0D: hue angle of 28.5º 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 #FD7F0D is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 127 | 13 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.01 |
| HSL | 28.5º | 0.98% | 0.52% | - |
| HSV(B) | 28.5º | 0.95% | 0.99% | - |
| XYZ | 48.17 | 36.09 | 4.81 | - |
| YUV | 151.68 | 49.74 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 127 | 13 | 0 | 0.50 | 0.95 | 0.01 | 28.5 | 0.98 | 0.52 |
| Hex | FD | 7F | D | 0 | 32 | 5F | 1 | 1C | 62 | 34 |
| Octal | 375 | 177 | 15 | 0 | 62 | 137 | 1 | 34 | 142 | 64 |
| Binary | 11111101 | 1111111 | 1101 | 0 | 110010 | 1011111 | 1 | 11100 | 1100010 | 110100 |
Color Harmonies of #FD7F0D
Complementary color
Monochromatic Colors of #FD7F0D
Black with #FD7F0D
Text Example
Text Example
White with #FD7F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7F0D; }
p { color: rgb(253,127,13); }
H1.HeaderClassName
{
color: #FD7F0D;
}
.AnyTagClassName
{
color: #FD7F0D;
}
</style>
background-color css
<style>
a { background-color: #FD7F0D; }
a { background-color: rgb(253,127,13); }
div.DivClassName
{
background-color: #FD7F0D;
}
.BgClassName
{
background-color: #FD7F0D;
}
</style>
border-color css
<style>
span { border-color: #FD7F0D; }
span { border-color: rgb(253,127,13); }
td.TdClassName
{
border-color: #FD7F0D;
}
.TagClassName
{
border-color: #FD7F0D;
}
</style>