Shades of Pumpkin #FE641F
Tints of Pumpkin #FE641F
RGB
CMYK
RGB Variations
Color information
#FE641F (or 0xFE641F) is known color: Pumpkin. HEX triplet: FE, 64 and 1F. RGB value is (254,100,31). Sum of RGB (Red+Green+Blue) = 254+100+31=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE641F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE641F is #019BE0. Grayscale: #8A8A8A. Windows color (decimal): -105441 or 2057470. OLE color: 2057470.
HSL color Cylindrical-coordinate representation of color #FE641F: hue angle of 18.57º 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 #FE641F is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 31 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.00 |
| HSL | 18.57º | 0.99% | 0.56% | - |
| HSV(B) | 18.57º | 0.88% | 1% | - |
| XYZ | 45.68 | 30.28 | 4.73 | - |
| YUV | 138.18 | 67.52 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 31 | 0 | 0.61 | 0.88 | 0.00 | 18.57 | 0.99 | 0.56 |
| Hex | FE | 64 | 1F | 0 | 3D | 58 | 0 | 13 | 63 | 38 |
| Octal | 376 | 144 | 37 | 0 | 75 | 130 | 0 | 23 | 143 | 70 |
| Binary | 11111110 | 1100100 | 11111 | 0 | 111101 | 1011000 | 0 | 10011 | 1100011 | 111000 |
Color Harmonies of #FE641F
Complementary color
Monochromatic Colors of #FE641F
Black with #FE641F
Text Example
Text Example
White with #FE641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE641F; }
p { color: rgb(254,100,31); }
H1.HeaderClassName
{
color: #FE641F;
}
.AnyTagClassName
{
color: #FE641F;
}
</style>
background-color css
<style>
a { background-color: #FE641F; }
a { background-color: rgb(254,100,31); }
div.DivClassName
{
background-color: #FE641F;
}
.BgClassName
{
background-color: #FE641F;
}
</style>
border-color css
<style>
span { border-color: #FE641F; }
span { border-color: rgb(254,100,31); }
td.TdClassName
{
border-color: #FE641F;
}
.TagClassName
{
border-color: #FE641F;
}
</style>