Shades of Pumpkin #FF780A
Tints of Pumpkin #FF780A
RGB
CMYK
RGB Variations
Color information
#FF780A (or 0xFF780A) is known color: Pumpkin. HEX triplet: FF, 78 and 0A. RGB value is (255,120,10). Sum of RGB (Red+Green+Blue) = 255+120+10=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF780A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF780A is #0087F5. Grayscale: #949494. Windows color (decimal): -34806 or 686335. OLE color: 686335.
HSL color Cylindrical-coordinate representation of color #FF780A: hue angle of 26.94º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF780A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0 |
| HSL | 26.94º | 1% | 0.52% | - |
| HSV(B) | 26.94º | 0.96% | 1% | - |
| XYZ | 48.01 | 34.71 | 4.46 | - |
| YUV | 147.83 | 50.23 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 10 | 0 | 0.53 | 0.96 | 0 | 26.94 | 1 | 0.52 |
| Hex | FF | 78 | A | 0 | 35 | 60 | 0 | 1B | 64 | 34 |
| Octal | 377 | 170 | 12 | 0 | 65 | 140 | 0 | 33 | 144 | 64 |
| Binary | 11111111 | 1111000 | 1010 | 0 | 110101 | 1100000 | 0 | 11011 | 1100100 | 110100 |
Color Harmonies of #FF780A
Complementary color
Monochromatic Colors of #FF780A
Black with #FF780A
Text Example
Text Example
White with #FF780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF780A; }
p { color: rgb(255,120,10); }
H1.HeaderClassName
{
color: #FF780A;
}
.AnyTagClassName
{
color: #FF780A;
}
</style>
background-color css
<style>
a { background-color: #FF780A; }
a { background-color: rgb(255,120,10); }
div.DivClassName
{
background-color: #FF780A;
}
.BgClassName
{
background-color: #FF780A;
}
</style>
border-color css
<style>
span { border-color: #FF780A; }
span { border-color: rgb(255,120,10); }
td.TdClassName
{
border-color: #FF780A;
}
.TagClassName
{
border-color: #FF780A;
}
</style>