Shades of Pumpkin #FE7B19
Tints of Pumpkin #FE7B19
RGB
CMYK
RGB Variations
Color information
#FE7B19 (or 0xFE7B19) is known color: Pumpkin. HEX triplet: FE, 7B and 19. RGB value is (254,123,25). Sum of RGB (Red+Green+Blue) = 254+123+25=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7B19 is #0184E6. Grayscale: #979797. Windows color (decimal): -99559 or 1670142. OLE color: 1670142.
HSL color Cylindrical-coordinate representation of color #FE7B19: hue angle of 25.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE7B19 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 25 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.00 |
| HSL | 25.68º | 0.99% | 0.55% | - |
| HSV(B) | 25.68º | 0.9% | 1% | - |
| XYZ | 48.13 | 35.31 | 5.2 | - |
| YUV | 151 | 56.9 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 25 | 0 | 0.52 | 0.90 | 0.00 | 25.68 | 0.99 | 0.55 |
| Hex | FE | 7B | 19 | 0 | 34 | 5A | 0 | 1A | 63 | 37 |
| Octal | 376 | 173 | 31 | 0 | 64 | 132 | 0 | 32 | 143 | 67 |
| Binary | 11111110 | 1111011 | 11001 | 0 | 110100 | 1011010 | 0 | 11010 | 1100011 | 110111 |
Color Harmonies of #FE7B19
Complementary color
Monochromatic Colors of #FE7B19
Black with #FE7B19
Text Example
Text Example
White with #FE7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B19; }
p { color: rgb(254,123,25); }
H1.HeaderClassName
{
color: #FE7B19;
}
.AnyTagClassName
{
color: #FE7B19;
}
</style>
background-color css
<style>
a { background-color: #FE7B19; }
a { background-color: rgb(254,123,25); }
div.DivClassName
{
background-color: #FE7B19;
}
.BgClassName
{
background-color: #FE7B19;
}
</style>
border-color css
<style>
span { border-color: #FE7B19; }
span { border-color: rgb(254,123,25); }
td.TdClassName
{
border-color: #FE7B19;
}
.TagClassName
{
border-color: #FE7B19;
}
</style>