Shades of Pumpkin #FE6713
Tints of Pumpkin #FE6713
RGB
CMYK
RGB Variations
Color information
#FE6713 (or 0xFE6713) is known color: Pumpkin. HEX triplet: FE, 67 and 13. RGB value is (254,103,19). Sum of RGB (Red+Green+Blue) = 254+103+19=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6713 is #0198EC. Grayscale: #8B8B8B. Windows color (decimal): -104685 or 1271806. OLE color: 1271806.
HSL color Cylindrical-coordinate representation of color #FE6713: hue angle of 21.45º 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 #FE6713 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 19 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.00 |
| HSL | 21.45º | 0.99% | 0.54% | - |
| HSV(B) | 21.45º | 0.93% | 1% | - |
| XYZ | 45.84 | 30.82 | 4.15 | - |
| YUV | 138.57 | 60.53 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 19 | 0 | 0.59 | 0.93 | 0.00 | 21.45 | 0.99 | 0.54 |
| Hex | FE | 67 | 13 | 0 | 3B | 5D | 0 | 15 | 63 | 36 |
| Octal | 376 | 147 | 23 | 0 | 73 | 135 | 0 | 25 | 143 | 66 |
| Binary | 11111110 | 1100111 | 10011 | 0 | 111011 | 1011101 | 0 | 10101 | 1100011 | 110110 |
Color Harmonies of #FE6713
Complementary color
Monochromatic Colors of #FE6713
Black with #FE6713
Text Example
Text Example
White with #FE6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6713; }
p { color: rgb(254,103,19); }
H1.HeaderClassName
{
color: #FE6713;
}
.AnyTagClassName
{
color: #FE6713;
}
</style>
background-color css
<style>
a { background-color: #FE6713; }
a { background-color: rgb(254,103,19); }
div.DivClassName
{
background-color: #FE6713;
}
.BgClassName
{
background-color: #FE6713;
}
</style>
border-color css
<style>
span { border-color: #FE6713; }
span { border-color: rgb(254,103,19); }
td.TdClassName
{
border-color: #FE6713;
}
.TagClassName
{
border-color: #FE6713;
}
</style>