Shades of Pumpkin #FA6D15
Tints of Pumpkin #FA6D15
RGB
CMYK
RGB Variations
Color information
#FA6D15 (or 0xFA6D15) is known color: Pumpkin. HEX triplet: FA, 6D and 15. RGB value is (250,109,21). Sum of RGB (Red+Green+Blue) = 250+109+21=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6D15 is #0592EA. Grayscale: #8D8D8D. Windows color (decimal): -365291 or 1404410. OLE color: 1404410.
HSL color Cylindrical-coordinate representation of color #FA6D15: hue angle of 23.06º 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 #FA6D15 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 21 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.02 |
| HSL | 23.06º | 0.96% | 0.53% | - |
| HSV(B) | 23.06º | 0.92% | 0.98% | - |
| XYZ | 45.03 | 31.32 | 4.38 | - |
| YUV | 141.13 | 60.21 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 21 | 0 | 0.56 | 0.92 | 0.02 | 23.06 | 0.96 | 0.53 |
| Hex | FA | 6D | 15 | 0 | 38 | 5C | 2 | 17 | 60 | 35 |
| Octal | 372 | 155 | 25 | 0 | 70 | 134 | 2 | 27 | 140 | 65 |
| Binary | 11111010 | 1101101 | 10101 | 0 | 111000 | 1011100 | 10 | 10111 | 1100000 | 110101 |
Color Harmonies of #FA6D15
Complementary color
Monochromatic Colors of #FA6D15
Black with #FA6D15
Text Example
Text Example
White with #FA6D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D15; }
p { color: rgb(250,109,21); }
H1.HeaderClassName
{
color: #FA6D15;
}
.AnyTagClassName
{
color: #FA6D15;
}
</style>
background-color css
<style>
a { background-color: #FA6D15; }
a { background-color: rgb(250,109,21); }
div.DivClassName
{
background-color: #FA6D15;
}
.BgClassName
{
background-color: #FA6D15;
}
</style>
border-color css
<style>
span { border-color: #FA6D15; }
span { border-color: rgb(250,109,21); }
td.TdClassName
{
border-color: #FA6D15;
}
.TagClassName
{
border-color: #FA6D15;
}
</style>