Shades of Pumpkin #FA7C14
Tints of Pumpkin #FA7C14
RGB
CMYK
RGB Variations
Color information
#FA7C14 (or 0xFA7C14) is known color: Pumpkin. HEX triplet: FA, 7C and 14. RGB value is (250,124,20). Sum of RGB (Red+Green+Blue) = 250+124+20=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7C14 is #0583EB. Grayscale: #969696. Windows color (decimal): -361452 or 1342714. OLE color: 1342714.
HSL color Cylindrical-coordinate representation of color #FA7C14: hue angle of 27.13º 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 #FA7C14 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 20 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.02 |
| HSL | 27.13º | 0.96% | 0.53% | - |
| HSV(B) | 27.13º | 0.92% | 0.98% | - |
| XYZ | 46.76 | 34.79 | 4.91 | - |
| YUV | 149.82 | 54.74 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 20 | 0 | 0.50 | 0.92 | 0.02 | 27.13 | 0.96 | 0.53 |
| Hex | FA | 7C | 14 | 0 | 32 | 5C | 2 | 1B | 60 | 35 |
| Octal | 372 | 174 | 24 | 0 | 62 | 134 | 2 | 33 | 140 | 65 |
| Binary | 11111010 | 1111100 | 10100 | 0 | 110010 | 1011100 | 10 | 11011 | 1100000 | 110101 |
Color Harmonies of #FA7C14
Complementary color
Monochromatic Colors of #FA7C14
Black with #FA7C14
Text Example
Text Example
White with #FA7C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C14; }
p { color: rgb(250,124,20); }
H1.HeaderClassName
{
color: #FA7C14;
}
.AnyTagClassName
{
color: #FA7C14;
}
</style>
background-color css
<style>
a { background-color: #FA7C14; }
a { background-color: rgb(250,124,20); }
div.DivClassName
{
background-color: #FA7C14;
}
.BgClassName
{
background-color: #FA7C14;
}
</style>
border-color css
<style>
span { border-color: #FA7C14; }
span { border-color: rgb(250,124,20); }
td.TdClassName
{
border-color: #FA7C14;
}
.TagClassName
{
border-color: #FA7C14;
}
</style>