Shades of Pumpkin #FA5E1C
Tints of Pumpkin #FA5E1C
RGB
CMYK
RGB Variations
Color information
#FA5E1C (or 0xFA5E1C) is known color: Pumpkin. HEX triplet: FA, 5E and 1C. RGB value is (250,94,28). Sum of RGB (Red+Green+Blue) = 250+94+28=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E1C is #05A1E3. Grayscale: #858585. Windows color (decimal): -369124 or 1859322. OLE color: 1859322.
HSL color Cylindrical-coordinate representation of color #FA5E1C: hue angle of 17.84º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA5E1C is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 28 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.02 |
| HSL | 17.84º | 0.96% | 0.55% | - |
| HSV(B) | 17.84º | 0.89% | 0.98% | - |
| XYZ | 43.64 | 28.41 | 4.28 | - |
| YUV | 133.12 | 68.68 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 28 | 0 | 0.62 | 0.89 | 0.02 | 17.84 | 0.96 | 0.55 |
| Hex | FA | 5E | 1C | 0 | 3E | 59 | 2 | 12 | 60 | 37 |
| Octal | 372 | 136 | 34 | 0 | 76 | 131 | 2 | 22 | 140 | 67 |
| Binary | 11111010 | 1011110 | 11100 | 0 | 111110 | 1011001 | 10 | 10010 | 1100000 | 110111 |
Color Harmonies of #FA5E1C
Complementary color
Monochromatic Colors of #FA5E1C
Black with #FA5E1C
Text Example
Text Example
White with #FA5E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E1C; }
p { color: rgb(250,94,28); }
H1.HeaderClassName
{
color: #FA5E1C;
}
.AnyTagClassName
{
color: #FA5E1C;
}
</style>
background-color css
<style>
a { background-color: #FA5E1C; }
a { background-color: rgb(250,94,28); }
div.DivClassName
{
background-color: #FA5E1C;
}
.BgClassName
{
background-color: #FA5E1C;
}
</style>
border-color css
<style>
span { border-color: #FA5E1C; }
span { border-color: rgb(250,94,28); }
td.TdClassName
{
border-color: #FA5E1C;
}
.TagClassName
{
border-color: #FA5E1C;
}
</style>