Shades of Pumpkin #FE7A0B
Tints of Pumpkin #FE7A0B
RGB
CMYK
RGB Variations
Color information
#FE7A0B (or 0xFE7A0B) is known color: Pumpkin. HEX triplet: FE, 7A and 0B. RGB value is (254,122,11). Sum of RGB (Red+Green+Blue) = 254+122+11=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7A0B is #0185F4. Grayscale: #959595. Windows color (decimal): -99829 or 752382. OLE color: 752382.
HSL color Cylindrical-coordinate representation of color #FE7A0B: hue angle of 27.41º 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 #FE7A0B is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 11 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.00 |
| HSL | 27.41º | 0.99% | 0.52% | - |
| HSV(B) | 27.41º | 0.96% | 1% | - |
| XYZ | 47.89 | 35.01 | 4.55 | - |
| YUV | 148.81 | 50.23 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 11 | 0 | 0.52 | 0.96 | 0.00 | 27.41 | 0.99 | 0.52 |
| Hex | FE | 7A | B | 0 | 34 | 60 | 0 | 1B | 63 | 34 |
| Octal | 376 | 172 | 13 | 0 | 64 | 140 | 0 | 33 | 143 | 64 |
| Binary | 11111110 | 1111010 | 1011 | 0 | 110100 | 1100000 | 0 | 11011 | 1100011 | 110100 |
Color Harmonies of #FE7A0B
Complementary color
Monochromatic Colors of #FE7A0B
Black with #FE7A0B
Text Example
Text Example
White with #FE7A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A0B; }
p { color: rgb(254,122,11); }
H1.HeaderClassName
{
color: #FE7A0B;
}
.AnyTagClassName
{
color: #FE7A0B;
}
</style>
background-color css
<style>
a { background-color: #FE7A0B; }
a { background-color: rgb(254,122,11); }
div.DivClassName
{
background-color: #FE7A0B;
}
.BgClassName
{
background-color: #FE7A0B;
}
</style>
border-color css
<style>
span { border-color: #FE7A0B; }
span { border-color: rgb(254,122,11); }
td.TdClassName
{
border-color: #FE7A0B;
}
.TagClassName
{
border-color: #FE7A0B;
}
</style>