Shades of Pumpkin #FA6D1E
Tints of Pumpkin #FA6D1E
RGB
CMYK
RGB Variations
Color information
#FA6D1E (or 0xFA6D1E) is known color: Pumpkin. HEX triplet: FA, 6D and 1E. RGB value is (250,109,30). Sum of RGB (Red+Green+Blue) = 250+109+30=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6D1E is #0592E1. Grayscale: #8E8E8E. Windows color (decimal): -365282 or 1994234. OLE color: 1994234.
HSL color Cylindrical-coordinate representation of color #FA6D1E: hue angle of 21.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA6D1E is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 30 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.02 |
| HSL | 21.55º | 0.96% | 0.55% | - |
| HSV(B) | 21.55º | 0.88% | 0.98% | - |
| XYZ | 45.13 | 31.36 | 4.9 | - |
| YUV | 142.15 | 64.71 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 30 | 0 | 0.56 | 0.88 | 0.02 | 21.55 | 0.96 | 0.55 |
| Hex | FA | 6D | 1E | 0 | 38 | 58 | 2 | 16 | 60 | 37 |
| Octal | 372 | 155 | 36 | 0 | 70 | 130 | 2 | 26 | 140 | 67 |
| Binary | 11111010 | 1101101 | 11110 | 0 | 111000 | 1011000 | 10 | 10110 | 1100000 | 110111 |
Color Harmonies of #FA6D1E
Complementary color
Monochromatic Colors of #FA6D1E
Black with #FA6D1E
Text Example
Text Example
White with #FA6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D1E; }
p { color: rgb(250,109,30); }
H1.HeaderClassName
{
color: #FA6D1E;
}
.AnyTagClassName
{
color: #FA6D1E;
}
</style>
background-color css
<style>
a { background-color: #FA6D1E; }
a { background-color: rgb(250,109,30); }
div.DivClassName
{
background-color: #FA6D1E;
}
.BgClassName
{
background-color: #FA6D1E;
}
</style>
border-color css
<style>
span { border-color: #FA6D1E; }
span { border-color: rgb(250,109,30); }
td.TdClassName
{
border-color: #FA6D1E;
}
.TagClassName
{
border-color: #FA6D1E;
}
</style>