Shades of Pumpkin #FD7C0F
Tints of Pumpkin #FD7C0F
RGB
CMYK
RGB Variations
Color information
#FD7C0F (or 0xFD7C0F) is known color: Pumpkin. HEX triplet: FD, 7C and 0F. RGB value is (253,124,15). Sum of RGB (Red+Green+Blue) = 253+124+15=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7C0F is #0283F0. Grayscale: #969696. Windows color (decimal): -164849 or 1015037. OLE color: 1015037.
HSL color Cylindrical-coordinate representation of color #FD7C0F: hue angle of 27.48º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD7C0F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 124 | 15 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.01 |
| HSL | 27.48º | 0.98% | 0.53% | - |
| HSV(B) | 27.48º | 0.94% | 0.99% | - |
| XYZ | 47.8 | 35.33 | 4.75 | - |
| YUV | 150.15 | 51.74 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 124 | 15 | 0 | 0.51 | 0.94 | 0.01 | 27.48 | 0.98 | 0.53 |
| Hex | FD | 7C | F | 0 | 33 | 5E | 1 | 1B | 62 | 35 |
| Octal | 375 | 174 | 17 | 0 | 63 | 136 | 1 | 33 | 142 | 65 |
| Binary | 11111101 | 1111100 | 1111 | 0 | 110011 | 1011110 | 1 | 11011 | 1100010 | 110101 |
Color Harmonies of #FD7C0F
Complementary color
Monochromatic Colors of #FD7C0F
Black with #FD7C0F
Text Example
Text Example
White with #FD7C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7C0F; }
p { color: rgb(253,124,15); }
H1.HeaderClassName
{
color: #FD7C0F;
}
.AnyTagClassName
{
color: #FD7C0F;
}
</style>
background-color css
<style>
a { background-color: #FD7C0F; }
a { background-color: rgb(253,124,15); }
div.DivClassName
{
background-color: #FD7C0F;
}
.BgClassName
{
background-color: #FD7C0F;
}
</style>
border-color css
<style>
span { border-color: #FD7C0F; }
span { border-color: rgb(253,124,15); }
td.TdClassName
{
border-color: #FD7C0F;
}
.TagClassName
{
border-color: #FD7C0F;
}
</style>