Shades of Pumpkin #FF7F0C
Tints of Pumpkin #FF7F0C
RGB
CMYK
RGB Variations
Color information
#FF7F0C (or 0xFF7F0C) is known color: Pumpkin. HEX triplet: FF, 7F and 0C. RGB value is (255,127,12). Sum of RGB (Red+Green+Blue) = 255+127+12=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7F0C is #0080F3. Grayscale: #989898. Windows color (decimal): -33012 or 819199. OLE color: 819199.
HSL color Cylindrical-coordinate representation of color #FF7F0C: hue angle of 28.4º 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 #FF7F0C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0 |
| HSL | 28.4º | 1% | 0.52% | - |
| HSV(B) | 28.4º | 0.95% | 1% | - |
| XYZ | 48.9 | 36.47 | 4.81 | - |
| YUV | 152.16 | 48.91 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 12 | 0 | 0.50 | 0.95 | 0 | 28.4 | 1 | 0.52 |
| Hex | FF | 7F | C | 0 | 32 | 5F | 0 | 1C | 64 | 34 |
| Octal | 377 | 177 | 14 | 0 | 62 | 137 | 0 | 34 | 144 | 64 |
| Binary | 11111111 | 1111111 | 1100 | 0 | 110010 | 1011111 | 0 | 11100 | 1100100 | 110100 |
Color Harmonies of #FF7F0C
Complementary color
Monochromatic Colors of #FF7F0C
Black with #FF7F0C
Text Example
Text Example
White with #FF7F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F0C; }
p { color: rgb(255,127,12); }
H1.HeaderClassName
{
color: #FF7F0C;
}
.AnyTagClassName
{
color: #FF7F0C;
}
</style>
background-color css
<style>
a { background-color: #FF7F0C; }
a { background-color: rgb(255,127,12); }
div.DivClassName
{
background-color: #FF7F0C;
}
.BgClassName
{
background-color: #FF7F0C;
}
</style>
border-color css
<style>
span { border-color: #FF7F0C; }
span { border-color: rgb(255,127,12); }
td.TdClassName
{
border-color: #FF7F0C;
}
.TagClassName
{
border-color: #FF7F0C;
}
</style>