Shades of Pumpkin #FA7615
Tints of Pumpkin #FA7615
RGB
CMYK
RGB Variations
Color information
#FA7615 (or 0xFA7615) is known color: Pumpkin. HEX triplet: FA, 76 and 15. RGB value is (250,118,21). Sum of RGB (Red+Green+Blue) = 250+118+21=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7615 is #0589EA. Grayscale: #929292. Windows color (decimal): -362987 or 1406714. OLE color: 1406714.
HSL color Cylindrical-coordinate representation of color #FA7615: hue angle of 25.41º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA7615 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 21 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.02 |
| HSL | 25.41º | 0.96% | 0.53% | - |
| HSV(B) | 25.41º | 0.92% | 0.98% | - |
| XYZ | 46.04 | 33.34 | 4.72 | - |
| YUV | 146.41 | 57.23 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 21 | 0 | 0.53 | 0.92 | 0.02 | 25.41 | 0.96 | 0.53 |
| Hex | FA | 76 | 15 | 0 | 35 | 5C | 2 | 19 | 60 | 35 |
| Octal | 372 | 166 | 25 | 0 | 65 | 134 | 2 | 31 | 140 | 65 |
| Binary | 11111010 | 1110110 | 10101 | 0 | 110101 | 1011100 | 10 | 11001 | 1100000 | 110101 |
Color Harmonies of #FA7615
Complementary color
Monochromatic Colors of #FA7615
Black with #FA7615
Text Example
Text Example
White with #FA7615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7615; }
p { color: rgb(250,118,21); }
H1.HeaderClassName
{
color: #FA7615;
}
.AnyTagClassName
{
color: #FA7615;
}
</style>
background-color css
<style>
a { background-color: #FA7615; }
a { background-color: rgb(250,118,21); }
div.DivClassName
{
background-color: #FA7615;
}
.BgClassName
{
background-color: #FA7615;
}
</style>
border-color css
<style>
span { border-color: #FA7615; }
span { border-color: rgb(250,118,21); }
td.TdClassName
{
border-color: #FA7615;
}
.TagClassName
{
border-color: #FA7615;
}
</style>