Shades of Pumpkin #FE631F
Tints of Pumpkin #FE631F
RGB
CMYK
RGB Variations
Color information
#FE631F (or 0xFE631F) is known color: Pumpkin. HEX triplet: FE, 63 and 1F. RGB value is (254,99,31). Sum of RGB (Red+Green+Blue) = 254+99+31=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE631F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE631F is #019CE0. Grayscale: #8A8A8A. Windows color (decimal): -105697 or 2057214. OLE color: 2057214.
HSL color Cylindrical-coordinate representation of color #FE631F: hue angle of 18.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE631F is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 31 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.00 |
| HSL | 18.3º | 0.99% | 0.56% | - |
| HSV(B) | 18.3º | 0.88% | 1% | - |
| XYZ | 45.58 | 30.09 | 4.7 | - |
| YUV | 137.59 | 67.85 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 31 | 0 | 0.61 | 0.88 | 0.00 | 18.3 | 0.99 | 0.56 |
| Hex | FE | 63 | 1F | 0 | 3D | 58 | 0 | 12 | 63 | 38 |
| Octal | 376 | 143 | 37 | 0 | 75 | 130 | 0 | 22 | 143 | 70 |
| Binary | 11111110 | 1100011 | 11111 | 0 | 111101 | 1011000 | 0 | 10010 | 1100011 | 111000 |
Color Harmonies of #FE631F
Complementary color
Monochromatic Colors of #FE631F
Black with #FE631F
Text Example
Text Example
White with #FE631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE631F; }
p { color: rgb(254,99,31); }
H1.HeaderClassName
{
color: #FE631F;
}
.AnyTagClassName
{
color: #FE631F;
}
</style>
background-color css
<style>
a { background-color: #FE631F; }
a { background-color: rgb(254,99,31); }
div.DivClassName
{
background-color: #FE631F;
}
.BgClassName
{
background-color: #FE631F;
}
</style>
border-color css
<style>
span { border-color: #FE631F; }
span { border-color: rgb(254,99,31); }
td.TdClassName
{
border-color: #FE631F;
}
.TagClassName
{
border-color: #FE631F;
}
</style>