Shades of Pumpkin #FE6D23
Tints of Pumpkin #FE6D23
RGB
CMYK
RGB Variations
Color information
#FE6D23 (or 0xFE6D23) is known color: Pumpkin. HEX triplet: FE, 6D and 23. RGB value is (254,109,35). Sum of RGB (Red+Green+Blue) = 254+109+35=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D23 is #0192DC. Grayscale: #909090. Windows color (decimal): -103133 or 2321918. OLE color: 2321918.
HSL color Cylindrical-coordinate representation of color #FE6D23: hue angle of 20.27º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE6D23 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 35 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.00 |
| HSL | 20.27º | 0.99% | 0.57% | - |
| HSV(B) | 20.27º | 0.86% | 1% | - |
| XYZ | 46.65 | 32.13 | 5.33 | - |
| YUV | 143.92 | 66.54 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 35 | 0 | 0.57 | 0.86 | 0.00 | 20.27 | 0.99 | 0.57 |
| Hex | FE | 6D | 23 | 0 | 39 | 56 | 0 | 14 | 63 | 39 |
| Octal | 376 | 155 | 43 | 0 | 71 | 126 | 0 | 24 | 143 | 71 |
| Binary | 11111110 | 1101101 | 100011 | 0 | 111001 | 1010110 | 0 | 10100 | 1100011 | 111001 |
Color Harmonies of #FE6D23
Complementary color
Monochromatic Colors of #FE6D23
Black with #FE6D23
Text Example
Text Example
White with #FE6D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D23; }
p { color: rgb(254,109,35); }
H1.HeaderClassName
{
color: #FE6D23;
}
.AnyTagClassName
{
color: #FE6D23;
}
</style>
background-color css
<style>
a { background-color: #FE6D23; }
a { background-color: rgb(254,109,35); }
div.DivClassName
{
background-color: #FE6D23;
}
.BgClassName
{
background-color: #FE6D23;
}
</style>
border-color css
<style>
span { border-color: #FE6D23; }
span { border-color: rgb(254,109,35); }
td.TdClassName
{
border-color: #FE6D23;
}
.TagClassName
{
border-color: #FE6D23;
}
</style>