Shades of Pumpkin #FA6514
Tints of Pumpkin #FA6514
RGB
CMYK
RGB Variations
Color information
#FA6514 (or 0xFA6514) is known color: Pumpkin. HEX triplet: FA, 65 and 14. RGB value is (250,101,20). Sum of RGB (Red+Green+Blue) = 250+101+20=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6514 is #059AEB. Grayscale: #888888. Windows color (decimal): -367340 or 1336826. OLE color: 1336826.
HSL color Cylindrical-coordinate representation of color #FA6514: hue angle of 21.13º 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 #FA6514 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 20 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.02 |
| HSL | 21.13º | 0.96% | 0.53% | - |
| HSV(B) | 21.13º | 0.92% | 0.98% | - |
| XYZ | 44.2 | 29.68 | 4.06 | - |
| YUV | 136.32 | 62.36 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 20 | 0 | 0.60 | 0.92 | 0.02 | 21.13 | 0.96 | 0.53 |
| Hex | FA | 65 | 14 | 0 | 3C | 5C | 2 | 15 | 60 | 35 |
| Octal | 372 | 145 | 24 | 0 | 74 | 134 | 2 | 25 | 140 | 65 |
| Binary | 11111010 | 1100101 | 10100 | 0 | 111100 | 1011100 | 10 | 10101 | 1100000 | 110101 |
Color Harmonies of #FA6514
Complementary color
Monochromatic Colors of #FA6514
Black with #FA6514
Text Example
Text Example
White with #FA6514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6514; }
p { color: rgb(250,101,20); }
H1.HeaderClassName
{
color: #FA6514;
}
.AnyTagClassName
{
color: #FA6514;
}
</style>
background-color css
<style>
a { background-color: #FA6514; }
a { background-color: rgb(250,101,20); }
div.DivClassName
{
background-color: #FA6514;
}
.BgClassName
{
background-color: #FA6514;
}
</style>
border-color css
<style>
span { border-color: #FA6514; }
span { border-color: rgb(250,101,20); }
td.TdClassName
{
border-color: #FA6514;
}
.TagClassName
{
border-color: #FA6514;
}
</style>