Shades of Pumpkin #FD7C10
Tints of Pumpkin #FD7C10
RGB
CMYK
RGB Variations
Color information
#FD7C10 (or 0xFD7C10) is known color: Pumpkin. HEX triplet: FD, 7C and 10. RGB value is (253,124,16). Sum of RGB (Red+Green+Blue) = 253+124+16=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7C10 is #0283EF. Grayscale: #969696. Windows color (decimal): -164848 or 1080573. OLE color: 1080573.
HSL color Cylindrical-coordinate representation of color #FD7C10: hue angle of 27.34º 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 #FD7C10 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 124 | 16 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.01 |
| HSL | 27.34º | 0.98% | 0.53% | - |
| HSV(B) | 27.34º | 0.94% | 0.99% | - |
| XYZ | 47.81 | 35.34 | 4.79 | - |
| YUV | 150.26 | 52.24 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 124 | 16 | 0 | 0.51 | 0.94 | 0.01 | 27.34 | 0.98 | 0.53 |
| Hex | FD | 7C | 10 | 0 | 33 | 5E | 1 | 1B | 62 | 35 |
| Octal | 375 | 174 | 20 | 0 | 63 | 136 | 1 | 33 | 142 | 65 |
| Binary | 11111101 | 1111100 | 10000 | 0 | 110011 | 1011110 | 1 | 11011 | 1100010 | 110101 |
Color Harmonies of #FD7C10
Complementary color
Monochromatic Colors of #FD7C10
Black with #FD7C10
Text Example
Text Example
White with #FD7C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7C10; }
p { color: rgb(253,124,16); }
H1.HeaderClassName
{
color: #FD7C10;
}
.AnyTagClassName
{
color: #FD7C10;
}
</style>
background-color css
<style>
a { background-color: #FD7C10; }
a { background-color: rgb(253,124,16); }
div.DivClassName
{
background-color: #FD7C10;
}
.BgClassName
{
background-color: #FD7C10;
}
</style>
border-color css
<style>
span { border-color: #FD7C10; }
span { border-color: rgb(253,124,16); }
td.TdClassName
{
border-color: #FD7C10;
}
.TagClassName
{
border-color: #FD7C10;
}
</style>