Shades of Pumpkin #FA7D0E
Tints of Pumpkin #FA7D0E
RGB
CMYK
RGB Variations
Color information
#FA7D0E (or 0xFA7D0E) is known color: Pumpkin. HEX triplet: FA, 7D and 0E. RGB value is (250,125,14). Sum of RGB (Red+Green+Blue) = 250+125+14=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7D0E is #0582F1. Grayscale: #969696. Windows color (decimal): -361202 or 949754. OLE color: 949754.
HSL color Cylindrical-coordinate representation of color #FA7D0E: hue angle of 28.22º 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 #FA7D0E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 14 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.02 |
| HSL | 28.22º | 0.96% | 0.52% | - |
| HSV(B) | 28.22º | 0.94% | 0.98% | - |
| XYZ | 46.84 | 35.02 | 4.71 | - |
| YUV | 149.72 | 51.41 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 14 | 0 | 0.50 | 0.94 | 0.02 | 28.22 | 0.96 | 0.52 |
| Hex | FA | 7D | E | 0 | 32 | 5E | 2 | 1C | 60 | 34 |
| Octal | 372 | 175 | 16 | 0 | 62 | 136 | 2 | 34 | 140 | 64 |
| Binary | 11111010 | 1111101 | 1110 | 0 | 110010 | 1011110 | 10 | 11100 | 1100000 | 110100 |
Color Harmonies of #FA7D0E
Complementary color
Monochromatic Colors of #FA7D0E
Black with #FA7D0E
Text Example
Text Example
White with #FA7D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D0E; }
p { color: rgb(250,125,14); }
H1.HeaderClassName
{
color: #FA7D0E;
}
.AnyTagClassName
{
color: #FA7D0E;
}
</style>
background-color css
<style>
a { background-color: #FA7D0E; }
a { background-color: rgb(250,125,14); }
div.DivClassName
{
background-color: #FA7D0E;
}
.BgClassName
{
background-color: #FA7D0E;
}
</style>
border-color css
<style>
span { border-color: #FA7D0E; }
span { border-color: rgb(250,125,14); }
td.TdClassName
{
border-color: #FA7D0E;
}
.TagClassName
{
border-color: #FA7D0E;
}
</style>