Shades of Pumpkin #FA6818
Tints of Pumpkin #FA6818
RGB
CMYK
RGB Variations
Color information
#FA6818 (or 0xFA6818) is known color: Pumpkin. HEX triplet: FA, 68 and 18. RGB value is (250,104,24). Sum of RGB (Red+Green+Blue) = 250+104+24=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6818 is #0597E7. Grayscale: #8B8B8B. Windows color (decimal): -366568 or 1599738. OLE color: 1599738.
HSL color Cylindrical-coordinate representation of color #FA6818: hue angle of 21.24º 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 #FA6818 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 24 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.02 |
| HSL | 21.24º | 0.96% | 0.54% | - |
| HSV(B) | 21.24º | 0.9% | 0.98% | - |
| XYZ | 44.54 | 30.29 | 4.36 | - |
| YUV | 138.53 | 63.37 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 24 | 0 | 0.58 | 0.90 | 0.02 | 21.24 | 0.96 | 0.54 |
| Hex | FA | 68 | 18 | 0 | 3A | 5A | 2 | 15 | 60 | 36 |
| Octal | 372 | 150 | 30 | 0 | 72 | 132 | 2 | 25 | 140 | 66 |
| Binary | 11111010 | 1101000 | 11000 | 0 | 111010 | 1011010 | 10 | 10101 | 1100000 | 110110 |
Color Harmonies of #FA6818
Complementary color
Monochromatic Colors of #FA6818
Black with #FA6818
Text Example
Text Example
White with #FA6818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6818; }
p { color: rgb(250,104,24); }
H1.HeaderClassName
{
color: #FA6818;
}
.AnyTagClassName
{
color: #FA6818;
}
</style>
background-color css
<style>
a { background-color: #FA6818; }
a { background-color: rgb(250,104,24); }
div.DivClassName
{
background-color: #FA6818;
}
.BgClassName
{
background-color: #FA6818;
}
</style>
border-color css
<style>
span { border-color: #FA6818; }
span { border-color: rgb(250,104,24); }
td.TdClassName
{
border-color: #FA6818;
}
.TagClassName
{
border-color: #FA6818;
}
</style>