Shades of Pumpkin #FF8023
Tints of Pumpkin #FF8023
RGB
CMYK
RGB Variations
Color information
#FF8023 (or 0xFF8023) is known color: Pumpkin. HEX triplet: FF, 80 and 23. RGB value is (255,128,35). Sum of RGB (Red+Green+Blue) = 255+128+35=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8023 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8023 is #007FDC. Grayscale: #9B9B9B. Windows color (decimal): -32733 or 2326783. OLE color: 2326783.
HSL color Cylindrical-coordinate representation of color #FF8023: hue angle of 25.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF8023 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 35 | - |
| CMYK | 0 | 0.50 | 0.86 | 0 |
| HSL | 25.36º | 1% | 0.57% | - |
| HSV(B) | 25.36º | 0.86% | 1% | - |
| XYZ | 49.26 | 36.82 | 6.1 | - |
| YUV | 155.37 | 60.08 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 35 | 0 | 0.50 | 0.86 | 0 | 25.36 | 1 | 0.57 |
| Hex | FF | 80 | 23 | 0 | 32 | 56 | 0 | 19 | 64 | 39 |
| Octal | 377 | 200 | 43 | 0 | 62 | 126 | 0 | 31 | 144 | 71 |
| Binary | 11111111 | 10000000 | 100011 | 0 | 110010 | 1010110 | 0 | 11001 | 1100100 | 111001 |
Color Harmonies of #FF8023
Complementary color
Monochromatic Colors of #FF8023
Black with #FF8023
Text Example
Text Example
White with #FF8023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8023; }
p { color: rgb(255,128,35); }
H1.HeaderClassName
{
color: #FF8023;
}
.AnyTagClassName
{
color: #FF8023;
}
</style>
background-color css
<style>
a { background-color: #FF8023; }
a { background-color: rgb(255,128,35); }
div.DivClassName
{
background-color: #FF8023;
}
.BgClassName
{
background-color: #FF8023;
}
</style>
border-color css
<style>
span { border-color: #FF8023; }
span { border-color: rgb(255,128,35); }
td.TdClassName
{
border-color: #FF8023;
}
.TagClassName
{
border-color: #FF8023;
}
</style>