Shades of Pumpkin #FA5E19
Tints of Pumpkin #FA5E19
RGB
CMYK
RGB Variations
Color information
#FA5E19 (or 0xFA5E19) is known color: Pumpkin. HEX triplet: FA, 5E and 19. RGB value is (250,94,25). Sum of RGB (Red+Green+Blue) = 250+94+25=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5E19 is #05A1E6. Grayscale: #858585. Windows color (decimal): -369127 or 1662714. OLE color: 1662714.
HSL color Cylindrical-coordinate representation of color #FA5E19: hue angle of 18.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA5E19 is Cyan = 0, Magento = 0.62, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 25 | - |
| CMYK | 0 | 0.62 | 0.9 | 0.02 |
| HSL | 18.4º | 0.96% | 0.54% | - |
| HSV(B) | 18.4º | 0.9% | 0.98% | - |
| XYZ | 43.6 | 28.4 | 4.1 | - |
| YUV | 132.78 | 67.18 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 25 | 0 | 0.62 | 0.9 | 0.02 | 18.4 | 0.96 | 0.54 |
| Hex | FA | 5E | 19 | 0 | 3E | 5A | 2 | 12 | 60 | 36 |
| Octal | 372 | 136 | 31 | 0 | 76 | 132 | 2 | 22 | 140 | 66 |
| Binary | 11111010 | 1011110 | 11001 | 0 | 111110 | 1011010 | 10 | 10010 | 1100000 | 110110 |
Color Harmonies of #FA5E19
Complementary color
Monochromatic Colors of #FA5E19
Black with #FA5E19
Text Example
Text Example
White with #FA5E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E19; }
p { color: rgb(250,94,25); }
H1.HeaderClassName
{
color: #FA5E19;
}
.AnyTagClassName
{
color: #FA5E19;
}
</style>
background-color css
<style>
a { background-color: #FA5E19; }
a { background-color: rgb(250,94,25); }
div.DivClassName
{
background-color: #FA5E19;
}
.BgClassName
{
background-color: #FA5E19;
}
</style>
border-color css
<style>
span { border-color: #FA5E19; }
span { border-color: rgb(250,94,25); }
td.TdClassName
{
border-color: #FA5E19;
}
.TagClassName
{
border-color: #FA5E19;
}
</style>