Shades of Pumpkin #FE6612
Tints of Pumpkin #FE6612
RGB
CMYK
RGB Variations
Color information
#FE6612 (or 0xFE6612) is known color: Pumpkin. HEX triplet: FE, 66 and 12. RGB value is (254,102,18). Sum of RGB (Red+Green+Blue) = 254+102+18=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6612 is #0199ED. Grayscale: #8A8A8A. Windows color (decimal): -104942 or 1206014. OLE color: 1206014.
HSL color Cylindrical-coordinate representation of color #FE6612: hue angle of 21.36º 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 #FE6612 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 18 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.00 |
| HSL | 21.36º | 0.99% | 0.53% | - |
| HSV(B) | 21.36º | 0.93% | 1% | - |
| XYZ | 45.73 | 30.62 | 4.07 | - |
| YUV | 137.87 | 60.36 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 18 | 0 | 0.60 | 0.93 | 0.00 | 21.36 | 0.99 | 0.53 |
| Hex | FE | 66 | 12 | 0 | 3C | 5D | 0 | 15 | 63 | 35 |
| Octal | 376 | 146 | 22 | 0 | 74 | 135 | 0 | 25 | 143 | 65 |
| Binary | 11111110 | 1100110 | 10010 | 0 | 111100 | 1011101 | 0 | 10101 | 1100011 | 110101 |
Color Harmonies of #FE6612
Complementary color
Monochromatic Colors of #FE6612
Black with #FE6612
Text Example
Text Example
White with #FE6612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6612; }
p { color: rgb(254,102,18); }
H1.HeaderClassName
{
color: #FE6612;
}
.AnyTagClassName
{
color: #FE6612;
}
</style>
background-color css
<style>
a { background-color: #FE6612; }
a { background-color: rgb(254,102,18); }
div.DivClassName
{
background-color: #FE6612;
}
.BgClassName
{
background-color: #FE6612;
}
</style>
border-color css
<style>
span { border-color: #FE6612; }
span { border-color: rgb(254,102,18); }
td.TdClassName
{
border-color: #FE6612;
}
.TagClassName
{
border-color: #FE6612;
}
</style>