Shades of Pumpkin #FF621B
Tints of Pumpkin #FF621B
RGB
CMYK
RGB Variations
Color information
#FF621B (or 0xFF621B) is known color: Pumpkin. HEX triplet: FF, 62 and 1B. RGB value is (255,98,27). Sum of RGB (Red+Green+Blue) = 255+98+27=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF621B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF621B is #009DE4. Grayscale: #898989. Windows color (decimal): -40421 or 1794815. OLE color: 1794815.
HSL color Cylindrical-coordinate representation of color #FF621B: hue angle of 18.68º 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 #FF621B is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 27 | - |
| CMYK | 0 | 0.62 | 0.89 | 0 |
| HSL | 18.68º | 1% | 0.55% | - |
| HSV(B) | 18.68º | 0.89% | 1% | - |
| XYZ | 45.81 | 30.07 | 4.43 | - |
| YUV | 136.85 | 66.01 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 27 | 0 | 0.62 | 0.89 | 0 | 18.68 | 1 | 0.55 |
| Hex | FF | 62 | 1B | 0 | 3E | 59 | 0 | 13 | 64 | 37 |
| Octal | 377 | 142 | 33 | 0 | 76 | 131 | 0 | 23 | 144 | 67 |
| Binary | 11111111 | 1100010 | 11011 | 0 | 111110 | 1011001 | 0 | 10011 | 1100100 | 110111 |
Color Harmonies of #FF621B
Complementary color
Monochromatic Colors of #FF621B
Black with #FF621B
Text Example
Text Example
White with #FF621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF621B; }
p { color: rgb(255,98,27); }
H1.HeaderClassName
{
color: #FF621B;
}
.AnyTagClassName
{
color: #FF621B;
}
</style>
background-color css
<style>
a { background-color: #FF621B; }
a { background-color: rgb(255,98,27); }
div.DivClassName
{
background-color: #FF621B;
}
.BgClassName
{
background-color: #FF621B;
}
</style>
border-color css
<style>
span { border-color: #FF621B; }
span { border-color: rgb(255,98,27); }
td.TdClassName
{
border-color: #FF621B;
}
.TagClassName
{
border-color: #FF621B;
}
</style>