Shades of Pumpkin #FE7B1B
Tints of Pumpkin #FE7B1B
RGB
CMYK
RGB Variations
Color information
#FE7B1B (or 0xFE7B1B) is known color: Pumpkin. HEX triplet: FE, 7B and 1B. RGB value is (254,123,27). Sum of RGB (Red+Green+Blue) = 254+123+27=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7B1B is #0184E4. Grayscale: #979797. Windows color (decimal): -99557 or 1801214. OLE color: 1801214.
HSL color Cylindrical-coordinate representation of color #FE7B1B: hue angle of 25.37º 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 #FE7B1B is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 27 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.00 |
| HSL | 25.37º | 0.99% | 0.55% | - |
| HSV(B) | 25.37º | 0.89% | 1% | - |
| XYZ | 48.15 | 35.32 | 5.32 | - |
| YUV | 151.23 | 57.9 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 27 | 0 | 0.52 | 0.89 | 0.00 | 25.37 | 0.99 | 0.55 |
| Hex | FE | 7B | 1B | 0 | 34 | 59 | 0 | 19 | 63 | 37 |
| Octal | 376 | 173 | 33 | 0 | 64 | 131 | 0 | 31 | 143 | 67 |
| Binary | 11111110 | 1111011 | 11011 | 0 | 110100 | 1011001 | 0 | 11001 | 1100011 | 110111 |
Color Harmonies of #FE7B1B
Complementary color
Monochromatic Colors of #FE7B1B
Black with #FE7B1B
Text Example
Text Example
White with #FE7B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B1B; }
p { color: rgb(254,123,27); }
H1.HeaderClassName
{
color: #FE7B1B;
}
.AnyTagClassName
{
color: #FE7B1B;
}
</style>
background-color css
<style>
a { background-color: #FE7B1B; }
a { background-color: rgb(254,123,27); }
div.DivClassName
{
background-color: #FE7B1B;
}
.BgClassName
{
background-color: #FE7B1B;
}
</style>
border-color css
<style>
span { border-color: #FE7B1B; }
span { border-color: rgb(254,123,27); }
td.TdClassName
{
border-color: #FE7B1B;
}
.TagClassName
{
border-color: #FE7B1B;
}
</style>