Shades of Pumpkin #FF8218
Tints of Pumpkin #FF8218
RGB
CMYK
RGB Variations
Color information
#FF8218 (or 0xFF8218) is known color: Pumpkin. HEX triplet: FF, 82 and 18. RGB value is (255,130,24). Sum of RGB (Red+Green+Blue) = 255+130+24=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8218 is #007DE7. Grayscale: #9B9B9B. Windows color (decimal): -32232 or 1606399. OLE color: 1606399.
HSL color Cylindrical-coordinate representation of color #FF8218: hue angle of 27.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF8218 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 24 | - |
| CMYK | 0 | 0.49 | 0.91 | 0 |
| HSL | 27.53º | 1% | 0.55% | - |
| HSV(B) | 27.53º | 0.91% | 1% | - |
| XYZ | 49.39 | 37.29 | 5.46 | - |
| YUV | 155.29 | 53.91 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 24 | 0 | 0.49 | 0.91 | 0 | 27.53 | 1 | 0.55 |
| Hex | FF | 82 | 18 | 0 | 31 | 5B | 0 | 1C | 64 | 37 |
| Octal | 377 | 202 | 30 | 0 | 61 | 133 | 0 | 34 | 144 | 67 |
| Binary | 11111111 | 10000010 | 11000 | 0 | 110001 | 1011011 | 0 | 11100 | 1100100 | 110111 |
Color Harmonies of #FF8218
Complementary color
Monochromatic Colors of #FF8218
Black with #FF8218
Text Example
Text Example
White with #FF8218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8218; }
p { color: rgb(255,130,24); }
H1.HeaderClassName
{
color: #FF8218;
}
.AnyTagClassName
{
color: #FF8218;
}
</style>
background-color css
<style>
a { background-color: #FF8218; }
a { background-color: rgb(255,130,24); }
div.DivClassName
{
background-color: #FF8218;
}
.BgClassName
{
background-color: #FF8218;
}
</style>
border-color css
<style>
span { border-color: #FF8218; }
span { border-color: rgb(255,130,24); }
td.TdClassName
{
border-color: #FF8218;
}
.TagClassName
{
border-color: #FF8218;
}
</style>