Shades of Pumpkin #FE661C
Tints of Pumpkin #FE661C
RGB
CMYK
RGB Variations
Color information
#FE661C (or 0xFE661C) is known color: Pumpkin. HEX triplet: FE, 66 and 1C. RGB value is (254,102,28). Sum of RGB (Red+Green+Blue) = 254+102+28=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE661C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE661C is #0199E3. Grayscale: #8B8B8B. Windows color (decimal): -104932 or 1861374. OLE color: 1861374.
HSL color Cylindrical-coordinate representation of color #FE661C: hue angle of 19.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE661C is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 28 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.00 |
| HSL | 19.65º | 0.99% | 0.55% | - |
| HSV(B) | 19.65º | 0.89% | 1% | - |
| XYZ | 45.83 | 30.66 | 4.6 | - |
| YUV | 139.01 | 65.36 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 28 | 0 | 0.60 | 0.89 | 0.00 | 19.65 | 0.99 | 0.55 |
| Hex | FE | 66 | 1C | 0 | 3C | 59 | 0 | 14 | 63 | 37 |
| Octal | 376 | 146 | 34 | 0 | 74 | 131 | 0 | 24 | 143 | 67 |
| Binary | 11111110 | 1100110 | 11100 | 0 | 111100 | 1011001 | 0 | 10100 | 1100011 | 110111 |
Color Harmonies of #FE661C
Complementary color
Monochromatic Colors of #FE661C
Black with #FE661C
Text Example
Text Example
White with #FE661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE661C; }
p { color: rgb(254,102,28); }
H1.HeaderClassName
{
color: #FE661C;
}
.AnyTagClassName
{
color: #FE661C;
}
</style>
background-color css
<style>
a { background-color: #FE661C; }
a { background-color: rgb(254,102,28); }
div.DivClassName
{
background-color: #FE661C;
}
.BgClassName
{
background-color: #FE661C;
}
</style>
border-color css
<style>
span { border-color: #FE661C; }
span { border-color: rgb(254,102,28); }
td.TdClassName
{
border-color: #FE661C;
}
.TagClassName
{
border-color: #FE661C;
}
</style>