Shades of Pumpkin #FE641B
Tints of Pumpkin #FE641B
RGB
CMYK
RGB Variations
Color information
#FE641B (or 0xFE641B) is known color: Pumpkin. HEX triplet: FE, 64 and 1B. RGB value is (254,100,27). Sum of RGB (Red+Green+Blue) = 254+100+27=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE641B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE641B is #019BE4. Grayscale: #8A8A8A. Windows color (decimal): -105445 or 1795326. OLE color: 1795326.
HSL color Cylindrical-coordinate representation of color #FE641B: hue angle of 19.3º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE641B is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 27 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.00 |
| HSL | 19.3º | 0.99% | 0.55% | - |
| HSV(B) | 19.3º | 0.89% | 1% | - |
| XYZ | 45.63 | 30.26 | 4.47 | - |
| YUV | 137.72 | 65.52 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 27 | 0 | 0.61 | 0.89 | 0.00 | 19.3 | 0.99 | 0.55 |
| Hex | FE | 64 | 1B | 0 | 3D | 59 | 0 | 13 | 63 | 37 |
| Octal | 376 | 144 | 33 | 0 | 75 | 131 | 0 | 23 | 143 | 67 |
| Binary | 11111110 | 1100100 | 11011 | 0 | 111101 | 1011001 | 0 | 10011 | 1100011 | 110111 |
Color Harmonies of #FE641B
Complementary color
Monochromatic Colors of #FE641B
Black with #FE641B
Text Example
Text Example
White with #FE641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE641B; }
p { color: rgb(254,100,27); }
H1.HeaderClassName
{
color: #FE641B;
}
.AnyTagClassName
{
color: #FE641B;
}
</style>
background-color css
<style>
a { background-color: #FE641B; }
a { background-color: rgb(254,100,27); }
div.DivClassName
{
background-color: #FE641B;
}
.BgClassName
{
background-color: #FE641B;
}
</style>
border-color css
<style>
span { border-color: #FE641B; }
span { border-color: rgb(254,100,27); }
td.TdClassName
{
border-color: #FE641B;
}
.TagClassName
{
border-color: #FE641B;
}
</style>