Shades of Pumpkin #FA7015
Tints of Pumpkin #FA7015
RGB
CMYK
RGB Variations
Color information
#FA7015 (or 0xFA7015) is known color: Pumpkin. HEX triplet: FA, 70 and 15. RGB value is (250,112,21). Sum of RGB (Red+Green+Blue) = 250+112+21=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7015 is #058FEA. Grayscale: #8F8F8F. Windows color (decimal): -364523 or 1405178. OLE color: 1405178.
HSL color Cylindrical-coordinate representation of color #FA7015: hue angle of 23.84º 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 #FA7015 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 21 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.02 |
| HSL | 23.84º | 0.96% | 0.53% | - |
| HSV(B) | 23.84º | 0.92% | 0.98% | - |
| XYZ | 45.35 | 31.97 | 4.49 | - |
| YUV | 142.89 | 59.22 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 21 | 0 | 0.55 | 0.92 | 0.02 | 23.84 | 0.96 | 0.53 |
| Hex | FA | 70 | 15 | 0 | 37 | 5C | 2 | 18 | 60 | 35 |
| Octal | 372 | 160 | 25 | 0 | 67 | 134 | 2 | 30 | 140 | 65 |
| Binary | 11111010 | 1110000 | 10101 | 0 | 110111 | 1011100 | 10 | 11000 | 1100000 | 110101 |
Color Harmonies of #FA7015
Complementary color
Monochromatic Colors of #FA7015
Black with #FA7015
Text Example
Text Example
White with #FA7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7015; }
p { color: rgb(250,112,21); }
H1.HeaderClassName
{
color: #FA7015;
}
.AnyTagClassName
{
color: #FA7015;
}
</style>
background-color css
<style>
a { background-color: #FA7015; }
a { background-color: rgb(250,112,21); }
div.DivClassName
{
background-color: #FA7015;
}
.BgClassName
{
background-color: #FA7015;
}
</style>
border-color css
<style>
span { border-color: #FA7015; }
span { border-color: rgb(250,112,21); }
td.TdClassName
{
border-color: #FA7015;
}
.TagClassName
{
border-color: #FA7015;
}
</style>