Shades of Pumpkin #FF6221
Tints of Pumpkin #FF6221
RGB
CMYK
RGB Variations
Color information
#FF6221 (or 0xFF6221) is known color: Pumpkin. HEX triplet: FF, 62 and 21. RGB value is (255,98,33). Sum of RGB (Red+Green+Blue) = 255+98+33=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6221 is #009DDE. Grayscale: #898989. Windows color (decimal): -40415 or 2188031. OLE color: 2188031.
HSL color Cylindrical-coordinate representation of color #FF6221: hue angle of 17.57º 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 #FF6221 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 33 | - |
| CMYK | 0 | 0.62 | 0.87 | 0 |
| HSL | 17.57º | 1% | 0.56% | - |
| HSV(B) | 17.57º | 0.87% | 1% | - |
| XYZ | 45.88 | 30.11 | 4.83 | - |
| YUV | 137.53 | 69.01 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 33 | 0 | 0.62 | 0.87 | 0 | 17.57 | 1 | 0.56 |
| Hex | FF | 62 | 21 | 0 | 3E | 57 | 0 | 12 | 64 | 38 |
| Octal | 377 | 142 | 41 | 0 | 76 | 127 | 0 | 22 | 144 | 70 |
| Binary | 11111111 | 1100010 | 100001 | 0 | 111110 | 1010111 | 0 | 10010 | 1100100 | 111000 |
Color Harmonies of #FF6221
Complementary color
Monochromatic Colors of #FF6221
Black with #FF6221
Text Example
Text Example
White with #FF6221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6221; }
p { color: rgb(255,98,33); }
H1.HeaderClassName
{
color: #FF6221;
}
.AnyTagClassName
{
color: #FF6221;
}
</style>
background-color css
<style>
a { background-color: #FF6221; }
a { background-color: rgb(255,98,33); }
div.DivClassName
{
background-color: #FF6221;
}
.BgClassName
{
background-color: #FF6221;
}
</style>
border-color css
<style>
span { border-color: #FF6221; }
span { border-color: rgb(255,98,33); }
td.TdClassName
{
border-color: #FF6221;
}
.TagClassName
{
border-color: #FF6221;
}
</style>