Shades of Pumpkin #FE6613
Tints of Pumpkin #FE6613
RGB
CMYK
RGB Variations
Color information
#FE6613 (or 0xFE6613) is known color: Pumpkin. HEX triplet: FE, 66 and 13. RGB value is (254,102,19). Sum of RGB (Red+Green+Blue) = 254+102+19=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6613 is #0199EC. Grayscale: #8A8A8A. Windows color (decimal): -104941 or 1271550. OLE color: 1271550.
HSL color Cylindrical-coordinate representation of color #FE6613: hue angle of 21.19º 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 #FE6613 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 19 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.00 |
| HSL | 21.19º | 0.99% | 0.54% | - |
| HSV(B) | 21.19º | 0.93% | 1% | - |
| XYZ | 45.74 | 30.62 | 4.12 | - |
| YUV | 137.99 | 60.86 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 19 | 0 | 0.60 | 0.93 | 0.00 | 21.19 | 0.99 | 0.54 |
| Hex | FE | 66 | 13 | 0 | 3C | 5D | 0 | 15 | 63 | 36 |
| Octal | 376 | 146 | 23 | 0 | 74 | 135 | 0 | 25 | 143 | 66 |
| Binary | 11111110 | 1100110 | 10011 | 0 | 111100 | 1011101 | 0 | 10101 | 1100011 | 110110 |
Color Harmonies of #FE6613
Complementary color
Monochromatic Colors of #FE6613
Black with #FE6613
Text Example
Text Example
White with #FE6613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6613; }
p { color: rgb(254,102,19); }
H1.HeaderClassName
{
color: #FE6613;
}
.AnyTagClassName
{
color: #FE6613;
}
</style>
background-color css
<style>
a { background-color: #FE6613; }
a { background-color: rgb(254,102,19); }
div.DivClassName
{
background-color: #FE6613;
}
.BgClassName
{
background-color: #FE6613;
}
</style>
border-color css
<style>
span { border-color: #FE6613; }
span { border-color: rgb(254,102,19); }
td.TdClassName
{
border-color: #FE6613;
}
.TagClassName
{
border-color: #FE6613;
}
</style>