Shades of Pumpkin #FF7821
Tints of Pumpkin #FF7821
RGB
CMYK
RGB Variations
Color information
#FF7821 (or 0xFF7821) is known color: Pumpkin. HEX triplet: FF, 78 and 21. RGB value is (255,120,33). Sum of RGB (Red+Green+Blue) = 255+120+33=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7821 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7821 is #0087DE. Grayscale: #969696. Windows color (decimal): -34783 or 2193663. OLE color: 2193663.
HSL color Cylindrical-coordinate representation of color #FF7821: hue angle of 23.51º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF7821 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 33 | - |
| CMYK | 0 | 0.53 | 0.87 | 0 |
| HSL | 23.51º | 1% | 0.56% | - |
| HSV(B) | 23.51º | 0.87% | 1% | - |
| XYZ | 48.23 | 34.8 | 5.61 | - |
| YUV | 150.45 | 61.73 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 33 | 0 | 0.53 | 0.87 | 0 | 23.51 | 1 | 0.56 |
| Hex | FF | 78 | 21 | 0 | 35 | 57 | 0 | 18 | 64 | 38 |
| Octal | 377 | 170 | 41 | 0 | 65 | 127 | 0 | 30 | 144 | 70 |
| Binary | 11111111 | 1111000 | 100001 | 0 | 110101 | 1010111 | 0 | 11000 | 1100100 | 111000 |
Color Harmonies of #FF7821
Complementary color
Monochromatic Colors of #FF7821
Black with #FF7821
Text Example
Text Example
White with #FF7821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7821; }
p { color: rgb(255,120,33); }
H1.HeaderClassName
{
color: #FF7821;
}
.AnyTagClassName
{
color: #FF7821;
}
</style>
background-color css
<style>
a { background-color: #FF7821; }
a { background-color: rgb(255,120,33); }
div.DivClassName
{
background-color: #FF7821;
}
.BgClassName
{
background-color: #FF7821;
}
</style>
border-color css
<style>
span { border-color: #FF7821; }
span { border-color: rgb(255,120,33); }
td.TdClassName
{
border-color: #FF7821;
}
.TagClassName
{
border-color: #FF7821;
}
</style>