Shades of Pumpkin #FE780B
Tints of Pumpkin #FE780B
RGB
CMYK
RGB Variations
Color information
#FE780B (or 0xFE780B) is known color: Pumpkin. HEX triplet: FE, 78 and 0B. RGB value is (254,120,11). Sum of RGB (Red+Green+Blue) = 254+120+11=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE780B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE780B is #0187F4. Grayscale: #949494. Windows color (decimal): -100341 or 751870. OLE color: 751870.
HSL color Cylindrical-coordinate representation of color #FE780B: hue angle of 26.91º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE780B is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 11 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.00 |
| HSL | 26.91º | 0.99% | 0.52% | - |
| HSV(B) | 26.91º | 0.96% | 1% | - |
| XYZ | 47.65 | 34.53 | 4.47 | - |
| YUV | 147.64 | 50.89 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 11 | 0 | 0.53 | 0.96 | 0.00 | 26.91 | 0.99 | 0.52 |
| Hex | FE | 78 | B | 0 | 35 | 60 | 0 | 1B | 63 | 34 |
| Octal | 376 | 170 | 13 | 0 | 65 | 140 | 0 | 33 | 143 | 64 |
| Binary | 11111110 | 1111000 | 1011 | 0 | 110101 | 1100000 | 0 | 11011 | 1100011 | 110100 |
Color Harmonies of #FE780B
Complementary color
Monochromatic Colors of #FE780B
Black with #FE780B
Text Example
Text Example
White with #FE780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE780B; }
p { color: rgb(254,120,11); }
H1.HeaderClassName
{
color: #FE780B;
}
.AnyTagClassName
{
color: #FE780B;
}
</style>
background-color css
<style>
a { background-color: #FE780B; }
a { background-color: rgb(254,120,11); }
div.DivClassName
{
background-color: #FE780B;
}
.BgClassName
{
background-color: #FE780B;
}
</style>
border-color css
<style>
span { border-color: #FE780B; }
span { border-color: rgb(254,120,11); }
td.TdClassName
{
border-color: #FE780B;
}
.TagClassName
{
border-color: #FE780B;
}
</style>