Shades of Pumpkin #FF700C
Tints of Pumpkin #FF700C
RGB
CMYK
RGB Variations
Color information
#FF700C (or 0xFF700C) is known color: Pumpkin. HEX triplet: FF, 70 and 0C. RGB value is (255,112,12). Sum of RGB (Red+Green+Blue) = 255+112+12=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF700C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF700C is #008FF3. Grayscale: #8F8F8F. Windows color (decimal): -36852 or 815359. OLE color: 815359.
HSL color Cylindrical-coordinate representation of color #FF700C: hue angle of 24.69º 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 #FF700C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0 |
| HSL | 24.69º | 1% | 0.52% | - |
| HSV(B) | 24.69º | 0.95% | 1% | - |
| XYZ | 47.1 | 32.87 | 4.21 | - |
| YUV | 143.36 | 53.88 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 12 | 0 | 0.56 | 0.95 | 0 | 24.69 | 1 | 0.52 |
| Hex | FF | 70 | C | 0 | 38 | 5F | 0 | 19 | 64 | 34 |
| Octal | 377 | 160 | 14 | 0 | 70 | 137 | 0 | 31 | 144 | 64 |
| Binary | 11111111 | 1110000 | 1100 | 0 | 111000 | 1011111 | 0 | 11001 | 1100100 | 110100 |
Color Harmonies of #FF700C
Complementary color
Monochromatic Colors of #FF700C
Black with #FF700C
Text Example
Text Example
White with #FF700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF700C; }
p { color: rgb(255,112,12); }
H1.HeaderClassName
{
color: #FF700C;
}
.AnyTagClassName
{
color: #FF700C;
}
</style>
background-color css
<style>
a { background-color: #FF700C; }
a { background-color: rgb(255,112,12); }
div.DivClassName
{
background-color: #FF700C;
}
.BgClassName
{
background-color: #FF700C;
}
</style>
border-color css
<style>
span { border-color: #FF700C; }
span { border-color: rgb(255,112,12); }
td.TdClassName
{
border-color: #FF700C;
}
.TagClassName
{
border-color: #FF700C;
}
</style>