Shades of Pumpkin #FD760D
Tints of Pumpkin #FD760D
RGB
CMYK
RGB Variations
Color information
#FD760D (or 0xFD760D) is known color: Pumpkin. HEX triplet: FD, 76 and 0D. RGB value is (253,118,13). Sum of RGB (Red+Green+Blue) = 253+118+13=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD760D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD760D is #0289F2. Grayscale: #929292. Windows color (decimal): -166387 or 882429. OLE color: 882429.
HSL color Cylindrical-coordinate representation of color #FD760D: hue angle of 26.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 #FD760D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.01 |
| HSL | 26.25º | 0.98% | 0.52% | - |
| HSV(B) | 26.25º | 0.95% | 0.99% | - |
| XYZ | 47.06 | 33.87 | 4.44 | - |
| YUV | 146.4 | 52.73 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 13 | 0 | 0.53 | 0.95 | 0.01 | 26.25 | 0.98 | 0.52 |
| Hex | FD | 76 | D | 0 | 35 | 5F | 1 | 1A | 62 | 34 |
| Octal | 375 | 166 | 15 | 0 | 65 | 137 | 1 | 32 | 142 | 64 |
| Binary | 11111101 | 1110110 | 1101 | 0 | 110101 | 1011111 | 1 | 11010 | 1100010 | 110100 |
Color Harmonies of #FD760D
Complementary color
Monochromatic Colors of #FD760D
Black with #FD760D
Text Example
Text Example
White with #FD760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD760D; }
p { color: rgb(253,118,13); }
H1.HeaderClassName
{
color: #FD760D;
}
.AnyTagClassName
{
color: #FD760D;
}
</style>
background-color css
<style>
a { background-color: #FD760D; }
a { background-color: rgb(253,118,13); }
div.DivClassName
{
background-color: #FD760D;
}
.BgClassName
{
background-color: #FD760D;
}
</style>
border-color css
<style>
span { border-color: #FD760D; }
span { border-color: rgb(253,118,13); }
td.TdClassName
{
border-color: #FD760D;
}
.TagClassName
{
border-color: #FD760D;
}
</style>