Shades of Pumpkin #FD730E
Tints of Pumpkin #FD730E
RGB
CMYK
RGB Variations
Color information
#FD730E (or 0xFD730E) is known color: Pumpkin. HEX triplet: FD, 73 and 0E. RGB value is (253,115,14). Sum of RGB (Red+Green+Blue) = 253+115+14=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD730E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD730E is #028CF1. Grayscale: #919191. Windows color (decimal): -167154 or 947197. OLE color: 947197.
HSL color Cylindrical-coordinate representation of color #FD730E: hue angle of 25.36º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD730E is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 14 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.01 |
| HSL | 25.36º | 0.98% | 0.52% | - |
| HSV(B) | 25.36º | 0.94% | 0.99% | - |
| XYZ | 46.72 | 33.18 | 4.36 | - |
| YUV | 144.75 | 54.22 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 14 | 0 | 0.55 | 0.94 | 0.01 | 25.36 | 0.98 | 0.52 |
| Hex | FD | 73 | E | 0 | 37 | 5E | 1 | 19 | 62 | 34 |
| Octal | 375 | 163 | 16 | 0 | 67 | 136 | 1 | 31 | 142 | 64 |
| Binary | 11111101 | 1110011 | 1110 | 0 | 110111 | 1011110 | 1 | 11001 | 1100010 | 110100 |
Color Harmonies of #FD730E
Complementary color
Monochromatic Colors of #FD730E
Black with #FD730E
Text Example
Text Example
White with #FD730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD730E; }
p { color: rgb(253,115,14); }
H1.HeaderClassName
{
color: #FD730E;
}
.AnyTagClassName
{
color: #FD730E;
}
</style>
background-color css
<style>
a { background-color: #FD730E; }
a { background-color: rgb(253,115,14); }
div.DivClassName
{
background-color: #FD730E;
}
.BgClassName
{
background-color: #FD730E;
}
</style>
border-color css
<style>
span { border-color: #FD730E; }
span { border-color: rgb(253,115,14); }
td.TdClassName
{
border-color: #FD730E;
}
.TagClassName
{
border-color: #FD730E;
}
</style>