Shades of Pumpkin #FF780C
Tints of Pumpkin #FF780C
RGB
CMYK
RGB Variations
Color information
#FF780C (or 0xFF780C) is known color: Pumpkin. HEX triplet: FF, 78 and 0C. RGB value is (255,120,12). Sum of RGB (Red+Green+Blue) = 255+120+12=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF780C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF780C is #0087F3. Grayscale: #949494. Windows color (decimal): -34804 or 817407. OLE color: 817407.
HSL color Cylindrical-coordinate representation of color #FF780C: hue angle of 26.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF780C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0 |
| HSL | 26.67º | 1% | 0.52% | - |
| HSV(B) | 26.67º | 0.95% | 1% | - |
| XYZ | 48.02 | 34.72 | 4.52 | - |
| YUV | 148.05 | 51.23 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 12 | 0 | 0.53 | 0.95 | 0 | 26.67 | 1 | 0.52 |
| Hex | FF | 78 | C | 0 | 35 | 5F | 0 | 1B | 64 | 34 |
| Octal | 377 | 170 | 14 | 0 | 65 | 137 | 0 | 33 | 144 | 64 |
| Binary | 11111111 | 1111000 | 1100 | 0 | 110101 | 1011111 | 0 | 11011 | 1100100 | 110100 |
Color Harmonies of #FF780C
Complementary color
Monochromatic Colors of #FF780C
Black with #FF780C
Text Example
Text Example
White with #FF780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF780C; }
p { color: rgb(255,120,12); }
H1.HeaderClassName
{
color: #FF780C;
}
.AnyTagClassName
{
color: #FF780C;
}
</style>
background-color css
<style>
a { background-color: #FF780C; }
a { background-color: rgb(255,120,12); }
div.DivClassName
{
background-color: #FF780C;
}
.BgClassName
{
background-color: #FF780C;
}
</style>
border-color css
<style>
span { border-color: #FF780C; }
span { border-color: rgb(255,120,12); }
td.TdClassName
{
border-color: #FF780C;
}
.TagClassName
{
border-color: #FF780C;
}
</style>