Shades of Pumpkin #FA7218
Tints of Pumpkin #FA7218
RGB
CMYK
RGB Variations
Color information
#FA7218 (or 0xFA7218) is known color: Pumpkin. HEX triplet: FA, 72 and 18. RGB value is (250,114,24). Sum of RGB (Red+Green+Blue) = 250+114+24=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7218 is #058DE7. Grayscale: #909090. Windows color (decimal): -364008 or 1602298. OLE color: 1602298.
HSL color Cylindrical-coordinate representation of color #FA7218: hue angle of 23.89º 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 #FA7218 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 24 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.02 |
| HSL | 23.89º | 0.96% | 0.54% | - |
| HSV(B) | 23.89º | 0.9% | 0.98% | - |
| XYZ | 45.61 | 32.42 | 4.72 | - |
| YUV | 144.4 | 60.06 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 24 | 0 | 0.54 | 0.90 | 0.02 | 23.89 | 0.96 | 0.54 |
| Hex | FA | 72 | 18 | 0 | 36 | 5A | 2 | 18 | 60 | 36 |
| Octal | 372 | 162 | 30 | 0 | 66 | 132 | 2 | 30 | 140 | 66 |
| Binary | 11111010 | 1110010 | 11000 | 0 | 110110 | 1011010 | 10 | 11000 | 1100000 | 110110 |
Color Harmonies of #FA7218
Complementary color
Monochromatic Colors of #FA7218
Black with #FA7218
Text Example
Text Example
White with #FA7218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7218; }
p { color: rgb(250,114,24); }
H1.HeaderClassName
{
color: #FA7218;
}
.AnyTagClassName
{
color: #FA7218;
}
</style>
background-color css
<style>
a { background-color: #FA7218; }
a { background-color: rgb(250,114,24); }
div.DivClassName
{
background-color: #FA7218;
}
.BgClassName
{
background-color: #FA7218;
}
</style>
border-color css
<style>
span { border-color: #FA7218; }
span { border-color: rgb(250,114,24); }
td.TdClassName
{
border-color: #FA7218;
}
.TagClassName
{
border-color: #FA7218;
}
</style>