Shades of Pumpkin #FF621C
Tints of Pumpkin #FF621C
RGB
CMYK
RGB Variations
Color information
#FF621C (or 0xFF621C) is known color: Pumpkin. HEX triplet: FF, 62 and 1C. RGB value is (255,98,28). Sum of RGB (Red+Green+Blue) = 255+98+28=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF621C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF621C is #009DE3. Grayscale: #898989. Windows color (decimal): -40420 or 1860351. OLE color: 1860351.
HSL color Cylindrical-coordinate representation of color #FF621C: hue angle of 18.5º 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 #FF621C is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 28 | - |
| CMYK | 0 | 0.62 | 0.89 | 0 |
| HSL | 18.5º | 1% | 0.55% | - |
| HSV(B) | 18.5º | 0.89% | 1% | - |
| XYZ | 45.82 | 30.08 | 4.49 | - |
| YUV | 136.96 | 66.51 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 28 | 0 | 0.62 | 0.89 | 0 | 18.5 | 1 | 0.55 |
| Hex | FF | 62 | 1C | 0 | 3E | 59 | 0 | 13 | 64 | 37 |
| Octal | 377 | 142 | 34 | 0 | 76 | 131 | 0 | 23 | 144 | 67 |
| Binary | 11111111 | 1100010 | 11100 | 0 | 111110 | 1011001 | 0 | 10011 | 1100100 | 110111 |
Color Harmonies of #FF621C
Complementary color
Monochromatic Colors of #FF621C
Black with #FF621C
Text Example
Text Example
White with #FF621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF621C; }
p { color: rgb(255,98,28); }
H1.HeaderClassName
{
color: #FF621C;
}
.AnyTagClassName
{
color: #FF621C;
}
</style>
background-color css
<style>
a { background-color: #FF621C; }
a { background-color: rgb(255,98,28); }
div.DivClassName
{
background-color: #FF621C;
}
.BgClassName
{
background-color: #FF621C;
}
</style>
border-color css
<style>
span { border-color: #FF621C; }
span { border-color: rgb(255,98,28); }
td.TdClassName
{
border-color: #FF621C;
}
.TagClassName
{
border-color: #FF621C;
}
</style>