Shades of Pumpkin #FE790B
Tints of Pumpkin #FE790B
RGB
CMYK
RGB Variations
Color information
#FE790B (or 0xFE790B) is known color: Pumpkin. HEX triplet: FE, 79 and 0B. RGB value is (254,121,11). Sum of RGB (Red+Green+Blue) = 254+121+11=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE790B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE790B is #0186F4. Grayscale: #949494. Windows color (decimal): -100085 or 752126. OLE color: 752126.
HSL color Cylindrical-coordinate representation of color #FE790B: hue angle of 27.16º 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 #FE790B is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 11 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.00 |
| HSL | 27.16º | 0.99% | 0.52% | - |
| HSV(B) | 27.16º | 0.96% | 1% | - |
| XYZ | 47.77 | 34.77 | 4.51 | - |
| YUV | 148.23 | 50.56 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 11 | 0 | 0.52 | 0.96 | 0.00 | 27.16 | 0.99 | 0.52 |
| Hex | FE | 79 | B | 0 | 34 | 60 | 0 | 1B | 63 | 34 |
| Octal | 376 | 171 | 13 | 0 | 64 | 140 | 0 | 33 | 143 | 64 |
| Binary | 11111110 | 1111001 | 1011 | 0 | 110100 | 1100000 | 0 | 11011 | 1100011 | 110100 |
Color Harmonies of #FE790B
Complementary color
Monochromatic Colors of #FE790B
Black with #FE790B
Text Example
Text Example
White with #FE790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE790B; }
p { color: rgb(254,121,11); }
H1.HeaderClassName
{
color: #FE790B;
}
.AnyTagClassName
{
color: #FE790B;
}
</style>
background-color css
<style>
a { background-color: #FE790B; }
a { background-color: rgb(254,121,11); }
div.DivClassName
{
background-color: #FE790B;
}
.BgClassName
{
background-color: #FE790B;
}
</style>
border-color css
<style>
span { border-color: #FE790B; }
span { border-color: rgb(254,121,11); }
td.TdClassName
{
border-color: #FE790B;
}
.TagClassName
{
border-color: #FE790B;
}
</style>