Shades of Pumpkin #FE7A1B
Tints of Pumpkin #FE7A1B
RGB
CMYK
RGB Variations
Color information
#FE7A1B (or 0xFE7A1B) is known color: Pumpkin. HEX triplet: FE, 7A and 1B. RGB value is (254,122,27). Sum of RGB (Red+Green+Blue) = 254+122+27=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A1B is #0185E4. Grayscale: #979797. Windows color (decimal): -99813 or 1800958. OLE color: 1800958.
HSL color Cylindrical-coordinate representation of color #FE7A1B: hue angle of 25.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE7A1B is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 27 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.00 |
| HSL | 25.11º | 0.99% | 0.55% | - |
| HSV(B) | 25.11º | 0.89% | 1% | - |
| XYZ | 48.03 | 35.07 | 5.27 | - |
| YUV | 150.64 | 58.23 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 27 | 0 | 0.52 | 0.89 | 0.00 | 25.11 | 0.99 | 0.55 |
| Hex | FE | 7A | 1B | 0 | 34 | 59 | 0 | 19 | 63 | 37 |
| Octal | 376 | 172 | 33 | 0 | 64 | 131 | 0 | 31 | 143 | 67 |
| Binary | 11111110 | 1111010 | 11011 | 0 | 110100 | 1011001 | 0 | 11001 | 1100011 | 110111 |
Color Harmonies of #FE7A1B
Complementary color
Monochromatic Colors of #FE7A1B
Black with #FE7A1B
Text Example
Text Example
White with #FE7A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A1B; }
p { color: rgb(254,122,27); }
H1.HeaderClassName
{
color: #FE7A1B;
}
.AnyTagClassName
{
color: #FE7A1B;
}
</style>
background-color css
<style>
a { background-color: #FE7A1B; }
a { background-color: rgb(254,122,27); }
div.DivClassName
{
background-color: #FE7A1B;
}
.BgClassName
{
background-color: #FE7A1B;
}
</style>
border-color css
<style>
span { border-color: #FE7A1B; }
span { border-color: rgb(254,122,27); }
td.TdClassName
{
border-color: #FE7A1B;
}
.TagClassName
{
border-color: #FE7A1B;
}
</style>