Shades of Pumpkin #FF781C
Tints of Pumpkin #FF781C
RGB
CMYK
RGB Variations
Color information
#FF781C (or 0xFF781C) is known color: Pumpkin. HEX triplet: FF, 78 and 1C. RGB value is (255,120,28). Sum of RGB (Red+Green+Blue) = 255+120+28=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF781C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF781C is #0087E3. Grayscale: #969696. Windows color (decimal): -34788 or 1865983. OLE color: 1865983.
HSL color Cylindrical-coordinate representation of color #FF781C: hue angle of 24.32º 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 #FF781C is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 28 | - |
| CMYK | 0 | 0.53 | 0.89 | 0 |
| HSL | 24.32º | 1% | 0.55% | - |
| HSV(B) | 24.32º | 0.89% | 1% | - |
| XYZ | 48.17 | 34.78 | 5.27 | - |
| YUV | 149.88 | 59.23 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 28 | 0 | 0.53 | 0.89 | 0 | 24.32 | 1 | 0.55 |
| Hex | FF | 78 | 1C | 0 | 35 | 59 | 0 | 18 | 64 | 37 |
| Octal | 377 | 170 | 34 | 0 | 65 | 131 | 0 | 30 | 144 | 67 |
| Binary | 11111111 | 1111000 | 11100 | 0 | 110101 | 1011001 | 0 | 11000 | 1100100 | 110111 |
Color Harmonies of #FF781C
Complementary color
Monochromatic Colors of #FF781C
Black with #FF781C
Text Example
Text Example
White with #FF781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF781C; }
p { color: rgb(255,120,28); }
H1.HeaderClassName
{
color: #FF781C;
}
.AnyTagClassName
{
color: #FF781C;
}
</style>
background-color css
<style>
a { background-color: #FF781C; }
a { background-color: rgb(255,120,28); }
div.DivClassName
{
background-color: #FF781C;
}
.BgClassName
{
background-color: #FF781C;
}
</style>
border-color css
<style>
span { border-color: #FF781C; }
span { border-color: rgb(255,120,28); }
td.TdClassName
{
border-color: #FF781C;
}
.TagClassName
{
border-color: #FF781C;
}
</style>