Shades of Pumpkin #FE780D
Tints of Pumpkin #FE780D
RGB
CMYK
RGB Variations
Color information
#FE780D (or 0xFE780D) is known color: Pumpkin. HEX triplet: FE, 78 and 0D. RGB value is (254,120,13). Sum of RGB (Red+Green+Blue) = 254+120+13=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE780D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE780D is #0187F2. Grayscale: #949494. Windows color (decimal): -100339 or 882942. OLE color: 882942.
HSL color Cylindrical-coordinate representation of color #FE780D: hue angle of 26.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE780D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.00 |
| HSL | 26.64º | 0.99% | 0.52% | - |
| HSV(B) | 26.64º | 0.95% | 1% | - |
| XYZ | 47.66 | 34.53 | 4.53 | - |
| YUV | 147.87 | 51.89 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 13 | 0 | 0.53 | 0.95 | 0.00 | 26.64 | 0.99 | 0.52 |
| Hex | FE | 78 | D | 0 | 35 | 5F | 0 | 1B | 63 | 34 |
| Octal | 376 | 170 | 15 | 0 | 65 | 137 | 0 | 33 | 143 | 64 |
| Binary | 11111110 | 1111000 | 1101 | 0 | 110101 | 1011111 | 0 | 11011 | 1100011 | 110100 |
Color Harmonies of #FE780D
Complementary color
Monochromatic Colors of #FE780D
Black with #FE780D
Text Example
Text Example
White with #FE780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE780D; }
p { color: rgb(254,120,13); }
H1.HeaderClassName
{
color: #FE780D;
}
.AnyTagClassName
{
color: #FE780D;
}
</style>
background-color css
<style>
a { background-color: #FE780D; }
a { background-color: rgb(254,120,13); }
div.DivClassName
{
background-color: #FE780D;
}
.BgClassName
{
background-color: #FE780D;
}
</style>
border-color css
<style>
span { border-color: #FE780D; }
span { border-color: rgb(254,120,13); }
td.TdClassName
{
border-color: #FE780D;
}
.TagClassName
{
border-color: #FE780D;
}
</style>