Shades of Pumpkin #FE700B
Tints of Pumpkin #FE700B
RGB
CMYK
RGB Variations
Color information
#FE700B (or 0xFE700B) is known color: Pumpkin. HEX triplet: FE, 70 and 0B. RGB value is (254,112,11). Sum of RGB (Red+Green+Blue) = 254+112+11=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE700B is #018FF4. Grayscale: #8F8F8F. Windows color (decimal): -102389 or 749822. OLE color: 749822.
HSL color Cylindrical-coordinate representation of color #FE700B: hue angle of 24.94º 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 #FE700B is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 11 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.00 |
| HSL | 24.94º | 0.99% | 0.52% | - |
| HSV(B) | 24.94º | 0.96% | 1% | - |
| XYZ | 46.73 | 32.68 | 4.16 | - |
| YUV | 142.94 | 53.54 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 11 | 0 | 0.56 | 0.96 | 0.00 | 24.94 | 0.99 | 0.52 |
| Hex | FE | 70 | B | 0 | 38 | 60 | 0 | 19 | 63 | 34 |
| Octal | 376 | 160 | 13 | 0 | 70 | 140 | 0 | 31 | 143 | 64 |
| Binary | 11111110 | 1110000 | 1011 | 0 | 111000 | 1100000 | 0 | 11001 | 1100011 | 110100 |
Color Harmonies of #FE700B
Complementary color
Monochromatic Colors of #FE700B
Black with #FE700B
Text Example
Text Example
White with #FE700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE700B; }
p { color: rgb(254,112,11); }
H1.HeaderClassName
{
color: #FE700B;
}
.AnyTagClassName
{
color: #FE700B;
}
</style>
background-color css
<style>
a { background-color: #FE700B; }
a { background-color: rgb(254,112,11); }
div.DivClassName
{
background-color: #FE700B;
}
.BgClassName
{
background-color: #FE700B;
}
</style>
border-color css
<style>
span { border-color: #FE700B; }
span { border-color: rgb(254,112,11); }
td.TdClassName
{
border-color: #FE700B;
}
.TagClassName
{
border-color: #FE700B;
}
</style>