Shades of Pumpkin #FE6712
Tints of Pumpkin #FE6712
RGB
CMYK
RGB Variations
Color information
#FE6712 (or 0xFE6712) is known color: Pumpkin. HEX triplet: FE, 67 and 12. RGB value is (254,103,18). Sum of RGB (Red+Green+Blue) = 254+103+18=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6712 is #0198ED. Grayscale: #8A8A8A. Windows color (decimal): -104686 or 1206270. OLE color: 1206270.
HSL color Cylindrical-coordinate representation of color #FE6712: hue angle of 21.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE6712 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.00 |
| HSL | 21.61º | 0.99% | 0.53% | - |
| HSV(B) | 21.61º | 0.93% | 1% | - |
| XYZ | 45.83 | 30.82 | 4.1 | - |
| YUV | 138.46 | 60.03 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 18 | 0 | 0.59 | 0.93 | 0.00 | 21.61 | 0.99 | 0.53 |
| Hex | FE | 67 | 12 | 0 | 3B | 5D | 0 | 16 | 63 | 35 |
| Octal | 376 | 147 | 22 | 0 | 73 | 135 | 0 | 26 | 143 | 65 |
| Binary | 11111110 | 1100111 | 10010 | 0 | 111011 | 1011101 | 0 | 10110 | 1100011 | 110101 |
Color Harmonies of #FE6712
Complementary color
Monochromatic Colors of #FE6712
Black with #FE6712
Text Example
Text Example
White with #FE6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6712; }
p { color: rgb(254,103,18); }
H1.HeaderClassName
{
color: #FE6712;
}
.AnyTagClassName
{
color: #FE6712;
}
</style>
background-color css
<style>
a { background-color: #FE6712; }
a { background-color: rgb(254,103,18); }
div.DivClassName
{
background-color: #FE6712;
}
.BgClassName
{
background-color: #FE6712;
}
</style>
border-color css
<style>
span { border-color: #FE6712; }
span { border-color: rgb(254,103,18); }
td.TdClassName
{
border-color: #FE6712;
}
.TagClassName
{
border-color: #FE6712;
}
</style>