Shades of Pumpkin #FA7D14
Tints of Pumpkin #FA7D14
RGB
CMYK
RGB Variations
Color information
#FA7D14 (or 0xFA7D14) is known color: Pumpkin. HEX triplet: FA, 7D and 14. RGB value is (250,125,20). Sum of RGB (Red+Green+Blue) = 250+125+20=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7D14 is #0582EB. Grayscale: #969696. Windows color (decimal): -361196 or 1342970. OLE color: 1342970.
HSL color Cylindrical-coordinate representation of color #FA7D14: hue angle of 27.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA7D14 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 20 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.02 |
| HSL | 27.39º | 0.96% | 0.53% | - |
| HSV(B) | 27.39º | 0.92% | 0.98% | - |
| XYZ | 46.88 | 35.04 | 4.95 | - |
| YUV | 150.41 | 54.41 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 20 | 0 | 0.50 | 0.92 | 0.02 | 27.39 | 0.96 | 0.53 |
| Hex | FA | 7D | 14 | 0 | 32 | 5C | 2 | 1B | 60 | 35 |
| Octal | 372 | 175 | 24 | 0 | 62 | 134 | 2 | 33 | 140 | 65 |
| Binary | 11111010 | 1111101 | 10100 | 0 | 110010 | 1011100 | 10 | 11011 | 1100000 | 110101 |
Color Harmonies of #FA7D14
Complementary color
Monochromatic Colors of #FA7D14
Black with #FA7D14
Text Example
Text Example
White with #FA7D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D14; }
p { color: rgb(250,125,20); }
H1.HeaderClassName
{
color: #FA7D14;
}
.AnyTagClassName
{
color: #FA7D14;
}
</style>
background-color css
<style>
a { background-color: #FA7D14; }
a { background-color: rgb(250,125,20); }
div.DivClassName
{
background-color: #FA7D14;
}
.BgClassName
{
background-color: #FA7D14;
}
</style>
border-color css
<style>
span { border-color: #FA7D14; }
span { border-color: rgb(250,125,20); }
td.TdClassName
{
border-color: #FA7D14;
}
.TagClassName
{
border-color: #FA7D14;
}
</style>