Shades of Pumpkin #FA7F0E
Tints of Pumpkin #FA7F0E
RGB
CMYK
RGB Variations
Color information
#FA7F0E (or 0xFA7F0E) is known color: Pumpkin. HEX triplet: FA, 7F and 0E. RGB value is (250,127,14). Sum of RGB (Red+Green+Blue) = 250+127+14=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7F0E is #0580F1. Grayscale: #979797. Windows color (decimal): -360690 or 950266. OLE color: 950266.
HSL color Cylindrical-coordinate representation of color #FA7F0E: hue angle of 28.73º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA7F0E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 14 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.02 |
| HSL | 28.73º | 0.96% | 0.52% | - |
| HSV(B) | 28.73º | 0.94% | 0.98% | - |
| XYZ | 47.09 | 35.53 | 4.79 | - |
| YUV | 150.9 | 50.75 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 14 | 0 | 0.49 | 0.94 | 0.02 | 28.73 | 0.96 | 0.52 |
| Hex | FA | 7F | E | 0 | 31 | 5E | 2 | 1D | 60 | 34 |
| Octal | 372 | 177 | 16 | 0 | 61 | 136 | 2 | 35 | 140 | 64 |
| Binary | 11111010 | 1111111 | 1110 | 0 | 110001 | 1011110 | 10 | 11101 | 1100000 | 110100 |
Color Harmonies of #FA7F0E
Complementary color
Monochromatic Colors of #FA7F0E
Black with #FA7F0E
Text Example
Text Example
White with #FA7F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7F0E; }
p { color: rgb(250,127,14); }
H1.HeaderClassName
{
color: #FA7F0E;
}
.AnyTagClassName
{
color: #FA7F0E;
}
</style>
background-color css
<style>
a { background-color: #FA7F0E; }
a { background-color: rgb(250,127,14); }
div.DivClassName
{
background-color: #FA7F0E;
}
.BgClassName
{
background-color: #FA7F0E;
}
</style>
border-color css
<style>
span { border-color: #FA7F0E; }
span { border-color: rgb(250,127,14); }
td.TdClassName
{
border-color: #FA7F0E;
}
.TagClassName
{
border-color: #FA7F0E;
}
</style>