Shades of Pumpkin #FA5E17
Tints of Pumpkin #FA5E17
RGB
CMYK
RGB Variations
Color information
#FA5E17 (or 0xFA5E17) is known color: Pumpkin. HEX triplet: FA, 5E and 17. RGB value is (250,94,23). Sum of RGB (Red+Green+Blue) = 250+94+23=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5E17 is #05A1E8. Grayscale: #848484. Windows color (decimal): -369129 or 1531642. OLE color: 1531642.
HSL color Cylindrical-coordinate representation of color #FA5E17: hue angle of 18.77º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA5E17 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 23 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.02 |
| HSL | 18.77º | 0.96% | 0.54% | - |
| HSV(B) | 18.77º | 0.91% | 0.98% | - |
| XYZ | 43.58 | 28.39 | 3.99 | - |
| YUV | 132.55 | 66.18 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 23 | 0 | 0.62 | 0.91 | 0.02 | 18.77 | 0.96 | 0.54 |
| Hex | FA | 5E | 17 | 0 | 3E | 5B | 2 | 13 | 60 | 36 |
| Octal | 372 | 136 | 27 | 0 | 76 | 133 | 2 | 23 | 140 | 66 |
| Binary | 11111010 | 1011110 | 10111 | 0 | 111110 | 1011011 | 10 | 10011 | 1100000 | 110110 |
Color Harmonies of #FA5E17
Complementary color
Monochromatic Colors of #FA5E17
Black with #FA5E17
Text Example
Text Example
White with #FA5E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E17; }
p { color: rgb(250,94,23); }
H1.HeaderClassName
{
color: #FA5E17;
}
.AnyTagClassName
{
color: #FA5E17;
}
</style>
background-color css
<style>
a { background-color: #FA5E17; }
a { background-color: rgb(250,94,23); }
div.DivClassName
{
background-color: #FA5E17;
}
.BgClassName
{
background-color: #FA5E17;
}
</style>
border-color css
<style>
span { border-color: #FA5E17; }
span { border-color: rgb(250,94,23); }
td.TdClassName
{
border-color: #FA5E17;
}
.TagClassName
{
border-color: #FA5E17;
}
</style>