Shades of Pumpkin #FA601E
Tints of Pumpkin #FA601E
RGB
CMYK
RGB Variations
Color information
#FA601E (or 0xFA601E) is known color: Pumpkin. HEX triplet: FA, 60 and 1E. RGB value is (250,96,30). Sum of RGB (Red+Green+Blue) = 250+96+30=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA601E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA601E is #059FE1. Grayscale: #868686. Windows color (decimal): -368610 or 1990906. OLE color: 1990906.
HSL color Cylindrical-coordinate representation of color #FA601E: hue angle of 18º 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 #FA601E is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 30 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.02 |
| HSL | 18º | 0.96% | 0.55% | - |
| HSV(B) | 18º | 0.88% | 0.98% | - |
| XYZ | 43.84 | 28.78 | 4.47 | - |
| YUV | 134.52 | 69.02 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 30 | 0 | 0.62 | 0.88 | 0.02 | 18 | 0.96 | 0.55 |
| Hex | FA | 60 | 1E | 0 | 3E | 58 | 2 | 12 | 60 | 37 |
| Octal | 372 | 140 | 36 | 0 | 76 | 130 | 2 | 22 | 140 | 67 |
| Binary | 11111010 | 1100000 | 11110 | 0 | 111110 | 1011000 | 10 | 10010 | 1100000 | 110111 |
Color Harmonies of #FA601E
Complementary color
Monochromatic Colors of #FA601E
Black with #FA601E
Text Example
Text Example
White with #FA601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA601E; }
p { color: rgb(250,96,30); }
H1.HeaderClassName
{
color: #FA601E;
}
.AnyTagClassName
{
color: #FA601E;
}
</style>
background-color css
<style>
a { background-color: #FA601E; }
a { background-color: rgb(250,96,30); }
div.DivClassName
{
background-color: #FA601E;
}
.BgClassName
{
background-color: #FA601E;
}
</style>
border-color css
<style>
span { border-color: #FA601E; }
span { border-color: rgb(250,96,30); }
td.TdClassName
{
border-color: #FA601E;
}
.TagClassName
{
border-color: #FA601E;
}
</style>