Shades of Pumpkin #FA8018
Tints of Pumpkin #FA8018
RGB
CMYK
RGB Variations
Color information
#FA8018 (or 0xFA8018) is known color: Pumpkin. HEX triplet: FA, 80 and 18. RGB value is (250,128,24). Sum of RGB (Red+Green+Blue) = 250+128+24=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8018 is #057FE7. Grayscale: #999999. Windows color (decimal): -360424 or 1605882. OLE color: 1605882.
HSL color Cylindrical-coordinate representation of color #FA8018: hue angle of 27.61º 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 #FA8018 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 24 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.02 |
| HSL | 27.61º | 0.96% | 0.54% | - |
| HSV(B) | 27.61º | 0.9% | 0.98% | - |
| XYZ | 47.31 | 35.83 | 5.29 | - |
| YUV | 152.62 | 55.42 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 24 | 0 | 0.49 | 0.90 | 0.02 | 27.61 | 0.96 | 0.54 |
| Hex | FA | 80 | 18 | 0 | 31 | 5A | 2 | 1C | 60 | 36 |
| Octal | 372 | 200 | 30 | 0 | 61 | 132 | 2 | 34 | 140 | 66 |
| Binary | 11111010 | 10000000 | 11000 | 0 | 110001 | 1011010 | 10 | 11100 | 1100000 | 110110 |
Color Harmonies of #FA8018
Complementary color
Monochromatic Colors of #FA8018
Black with #FA8018
Text Example
Text Example
White with #FA8018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8018; }
p { color: rgb(250,128,24); }
H1.HeaderClassName
{
color: #FA8018;
}
.AnyTagClassName
{
color: #FA8018;
}
</style>
background-color css
<style>
a { background-color: #FA8018; }
a { background-color: rgb(250,128,24); }
div.DivClassName
{
background-color: #FA8018;
}
.BgClassName
{
background-color: #FA8018;
}
</style>
border-color css
<style>
span { border-color: #FA8018; }
span { border-color: rgb(250,128,24); }
td.TdClassName
{
border-color: #FA8018;
}
.TagClassName
{
border-color: #FA8018;
}
</style>