Shades of Pumpkin #FF681C
Tints of Pumpkin #FF681C
RGB
CMYK
RGB Variations
Color information
#FF681C (or 0xFF681C) is known color: Pumpkin. HEX triplet: FF, 68 and 1C. RGB value is (255,104,28). Sum of RGB (Red+Green+Blue) = 255+104+28=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF681C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF681C is #0097E3. Grayscale: #8C8C8C. Windows color (decimal): -38884 or 1861887. OLE color: 1861887.
HSL color Cylindrical-coordinate representation of color #FF681C: hue angle of 20.09º 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 #FF681C is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 28 | - |
| CMYK | 0 | 0.59 | 0.89 | 0 |
| HSL | 20.09º | 1% | 0.55% | - |
| HSV(B) | 20.09º | 0.89% | 1% | - |
| XYZ | 46.4 | 31.24 | 4.68 | - |
| YUV | 140.49 | 64.53 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 28 | 0 | 0.59 | 0.89 | 0 | 20.09 | 1 | 0.55 |
| Hex | FF | 68 | 1C | 0 | 3B | 59 | 0 | 14 | 64 | 37 |
| Octal | 377 | 150 | 34 | 0 | 73 | 131 | 0 | 24 | 144 | 67 |
| Binary | 11111111 | 1101000 | 11100 | 0 | 111011 | 1011001 | 0 | 10100 | 1100100 | 110111 |
Color Harmonies of #FF681C
Complementary color
Monochromatic Colors of #FF681C
Black with #FF681C
Text Example
Text Example
White with #FF681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF681C; }
p { color: rgb(255,104,28); }
H1.HeaderClassName
{
color: #FF681C;
}
.AnyTagClassName
{
color: #FF681C;
}
</style>
background-color css
<style>
a { background-color: #FF681C; }
a { background-color: rgb(255,104,28); }
div.DivClassName
{
background-color: #FF681C;
}
.BgClassName
{
background-color: #FF681C;
}
</style>
border-color css
<style>
span { border-color: #FF681C; }
span { border-color: rgb(255,104,28); }
td.TdClassName
{
border-color: #FF681C;
}
.TagClassName
{
border-color: #FF681C;
}
</style>