Shades of Pumpkin #FF651C
Tints of Pumpkin #FF651C
RGB
CMYK
RGB Variations
Color information
#FF651C (or 0xFF651C) is known color: Pumpkin. HEX triplet: FF, 65 and 1C. RGB value is (255,101,28). Sum of RGB (Red+Green+Blue) = 255+101+28=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF651C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF651C is #009AE3. Grayscale: #8B8B8B. Windows color (decimal): -39652 or 1861119. OLE color: 1861119.
HSL color Cylindrical-coordinate representation of color #FF651C: hue angle of 19.3º 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 #FF651C is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 28 | - |
| CMYK | 0 | 0.60 | 0.89 | 0 |
| HSL | 19.3º | 1% | 0.55% | - |
| HSV(B) | 19.3º | 0.89% | 1% | - |
| XYZ | 46.1 | 30.65 | 4.58 | - |
| YUV | 138.72 | 65.52 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 28 | 0 | 0.60 | 0.89 | 0 | 19.3 | 1 | 0.55 |
| Hex | FF | 65 | 1C | 0 | 3C | 59 | 0 | 13 | 64 | 37 |
| Octal | 377 | 145 | 34 | 0 | 74 | 131 | 0 | 23 | 144 | 67 |
| Binary | 11111111 | 1100101 | 11100 | 0 | 111100 | 1011001 | 0 | 10011 | 1100100 | 110111 |
Color Harmonies of #FF651C
Complementary color
Monochromatic Colors of #FF651C
Black with #FF651C
Text Example
Text Example
White with #FF651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF651C; }
p { color: rgb(255,101,28); }
H1.HeaderClassName
{
color: #FF651C;
}
.AnyTagClassName
{
color: #FF651C;
}
</style>
background-color css
<style>
a { background-color: #FF651C; }
a { background-color: rgb(255,101,28); }
div.DivClassName
{
background-color: #FF651C;
}
.BgClassName
{
background-color: #FF651C;
}
</style>
border-color css
<style>
span { border-color: #FF651C; }
span { border-color: rgb(255,101,28); }
td.TdClassName
{
border-color: #FF651C;
}
.TagClassName
{
border-color: #FF651C;
}
</style>