Shades of Pumpkin #FE6413
Tints of Pumpkin #FE6413
RGB
CMYK
RGB Variations
Color information
#FE6413 (or 0xFE6413) is known color: Pumpkin. HEX triplet: FE, 64 and 13. RGB value is (254,100,19). Sum of RGB (Red+Green+Blue) = 254+100+19=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6413 is #019BEC. Grayscale: #898989. Windows color (decimal): -105453 or 1271038. OLE color: 1271038.
HSL color Cylindrical-coordinate representation of color #FE6413: hue angle of 20.68º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE6413 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 19 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.00 |
| HSL | 20.68º | 0.99% | 0.54% | - |
| HSV(B) | 20.68º | 0.93% | 1% | - |
| XYZ | 45.55 | 30.23 | 4.05 | - |
| YUV | 136.81 | 61.52 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 19 | 0 | 0.61 | 0.93 | 0.00 | 20.68 | 0.99 | 0.54 |
| Hex | FE | 64 | 13 | 0 | 3D | 5D | 0 | 15 | 63 | 36 |
| Octal | 376 | 144 | 23 | 0 | 75 | 135 | 0 | 25 | 143 | 66 |
| Binary | 11111110 | 1100100 | 10011 | 0 | 111101 | 1011101 | 0 | 10101 | 1100011 | 110110 |
Color Harmonies of #FE6413
Complementary color
Monochromatic Colors of #FE6413
Black with #FE6413
Text Example
Text Example
White with #FE6413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6413; }
p { color: rgb(254,100,19); }
H1.HeaderClassName
{
color: #FE6413;
}
.AnyTagClassName
{
color: #FE6413;
}
</style>
background-color css
<style>
a { background-color: #FE6413; }
a { background-color: rgb(254,100,19); }
div.DivClassName
{
background-color: #FE6413;
}
.BgClassName
{
background-color: #FE6413;
}
</style>
border-color css
<style>
span { border-color: #FE6413; }
span { border-color: rgb(254,100,19); }
td.TdClassName
{
border-color: #FE6413;
}
.TagClassName
{
border-color: #FE6413;
}
</style>