Shades of Pumpkin #FE7B0F
Tints of Pumpkin #FE7B0F
RGB
CMYK
RGB Variations
Color information
#FE7B0F (or 0xFE7B0F) is known color: Pumpkin. HEX triplet: FE, 7B and 0F. RGB value is (254,123,15). Sum of RGB (Red+Green+Blue) = 254+123+15=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7B0F is #0184F0. Grayscale: #969696. Windows color (decimal): -99569 or 1014782. OLE color: 1014782.
HSL color Cylindrical-coordinate representation of color #FE7B0F: hue angle of 27.11º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE7B0F is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 15 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.00 |
| HSL | 27.11º | 0.99% | 0.53% | - |
| HSV(B) | 27.11º | 0.94% | 1% | - |
| XYZ | 48.04 | 35.27 | 4.73 | - |
| YUV | 149.86 | 51.9 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 15 | 0 | 0.52 | 0.94 | 0.00 | 27.11 | 0.99 | 0.53 |
| Hex | FE | 7B | F | 0 | 34 | 5E | 0 | 1B | 63 | 35 |
| Octal | 376 | 173 | 17 | 0 | 64 | 136 | 0 | 33 | 143 | 65 |
| Binary | 11111110 | 1111011 | 1111 | 0 | 110100 | 1011110 | 0 | 11011 | 1100011 | 110101 |
Color Harmonies of #FE7B0F
Complementary color
Monochromatic Colors of #FE7B0F
Black with #FE7B0F
Text Example
Text Example
White with #FE7B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B0F; }
p { color: rgb(254,123,15); }
H1.HeaderClassName
{
color: #FE7B0F;
}
.AnyTagClassName
{
color: #FE7B0F;
}
</style>
background-color css
<style>
a { background-color: #FE7B0F; }
a { background-color: rgb(254,123,15); }
div.DivClassName
{
background-color: #FE7B0F;
}
.BgClassName
{
background-color: #FE7B0F;
}
</style>
border-color css
<style>
span { border-color: #FE7B0F; }
span { border-color: rgb(254,123,15); }
td.TdClassName
{
border-color: #FE7B0F;
}
.TagClassName
{
border-color: #FE7B0F;
}
</style>