Shades of Pumpkin #FF801C
Tints of Pumpkin #FF801C
RGB
CMYK
RGB Variations
Color information
#FF801C (or 0xFF801C) is known color: Pumpkin. HEX triplet: FF, 80 and 1C. RGB value is (255,128,28). Sum of RGB (Red+Green+Blue) = 255+128+28=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF801C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF801C is #007FE3. Grayscale: #9B9B9B. Windows color (decimal): -32740 or 1868031. OLE color: 1868031.
HSL color Cylindrical-coordinate representation of color #FF801C: hue angle of 26.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF801C is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 28 | - |
| CMYK | 0 | 0.50 | 0.89 | 0 |
| HSL | 26.43º | 1% | 0.55% | - |
| HSV(B) | 26.43º | 0.89% | 1% | - |
| XYZ | 49.17 | 36.78 | 5.61 | - |
| YUV | 154.57 | 56.58 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 28 | 0 | 0.50 | 0.89 | 0 | 26.43 | 1 | 0.55 |
| Hex | FF | 80 | 1C | 0 | 32 | 59 | 0 | 1A | 64 | 37 |
| Octal | 377 | 200 | 34 | 0 | 62 | 131 | 0 | 32 | 144 | 67 |
| Binary | 11111111 | 10000000 | 11100 | 0 | 110010 | 1011001 | 0 | 11010 | 1100100 | 110111 |
Color Harmonies of #FF801C
Complementary color
Monochromatic Colors of #FF801C
Black with #FF801C
Text Example
Text Example
White with #FF801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF801C; }
p { color: rgb(255,128,28); }
H1.HeaderClassName
{
color: #FF801C;
}
.AnyTagClassName
{
color: #FF801C;
}
</style>
background-color css
<style>
a { background-color: #FF801C; }
a { background-color: rgb(255,128,28); }
div.DivClassName
{
background-color: #FF801C;
}
.BgClassName
{
background-color: #FF801C;
}
</style>
border-color css
<style>
span { border-color: #FF801C; }
span { border-color: rgb(255,128,28); }
td.TdClassName
{
border-color: #FF801C;
}
.TagClassName
{
border-color: #FF801C;
}
</style>