Shades of Pumpkin #FE6320
Tints of Pumpkin #FE6320
RGB
CMYK
RGB Variations
Color information
#FE6320 (or 0xFE6320) is known color: Pumpkin. HEX triplet: FE, 63 and 20. RGB value is (254,99,32). Sum of RGB (Red+Green+Blue) = 254+99+32=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6320 is #019CDF. Grayscale: #8A8A8A. Windows color (decimal): -105696 or 2122750. OLE color: 2122750.
HSL color Cylindrical-coordinate representation of color #FE6320: hue angle of 18.11º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE6320 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 32 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.00 |
| HSL | 18.11º | 0.99% | 0.56% | - |
| HSV(B) | 18.11º | 0.87% | 1% | - |
| XYZ | 45.6 | 30.1 | 4.77 | - |
| YUV | 137.71 | 68.35 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 32 | 0 | 0.61 | 0.87 | 0.00 | 18.11 | 0.99 | 0.56 |
| Hex | FE | 63 | 20 | 0 | 3D | 57 | 0 | 12 | 63 | 38 |
| Octal | 376 | 143 | 40 | 0 | 75 | 127 | 0 | 22 | 143 | 70 |
| Binary | 11111110 | 1100011 | 100000 | 0 | 111101 | 1010111 | 0 | 10010 | 1100011 | 111000 |
Color Harmonies of #FE6320
Complementary color
Monochromatic Colors of #FE6320
Black with #FE6320
Text Example
Text Example
White with #FE6320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6320; }
p { color: rgb(254,99,32); }
H1.HeaderClassName
{
color: #FE6320;
}
.AnyTagClassName
{
color: #FE6320;
}
</style>
background-color css
<style>
a { background-color: #FE6320; }
a { background-color: rgb(254,99,32); }
div.DivClassName
{
background-color: #FE6320;
}
.BgClassName
{
background-color: #FE6320;
}
</style>
border-color css
<style>
span { border-color: #FE6320; }
span { border-color: rgb(254,99,32); }
td.TdClassName
{
border-color: #FE6320;
}
.TagClassName
{
border-color: #FE6320;
}
</style>