Shades of Pumpkin #FA6A14
Tints of Pumpkin #FA6A14
RGB
CMYK
RGB Variations
Color information
#FA6A14 (or 0xFA6A14) is known color: Pumpkin. HEX triplet: FA, 6A and 14. RGB value is (250,106,20). Sum of RGB (Red+Green+Blue) = 250+106+20=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6A14 is #0595EB. Grayscale: #8B8B8B. Windows color (decimal): -366060 or 1338106. OLE color: 1338106.
HSL color Cylindrical-coordinate representation of color #FA6A14: hue angle of 22.43º 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 #FA6A14 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 20 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.02 |
| HSL | 22.43º | 0.96% | 0.53% | - |
| HSV(B) | 22.43º | 0.92% | 0.98% | - |
| XYZ | 44.7 | 30.68 | 4.23 | - |
| YUV | 139.25 | 60.71 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 20 | 0 | 0.58 | 0.92 | 0.02 | 22.43 | 0.96 | 0.53 |
| Hex | FA | 6A | 14 | 0 | 3A | 5C | 2 | 16 | 60 | 35 |
| Octal | 372 | 152 | 24 | 0 | 72 | 134 | 2 | 26 | 140 | 65 |
| Binary | 11111010 | 1101010 | 10100 | 0 | 111010 | 1011100 | 10 | 10110 | 1100000 | 110101 |
Color Harmonies of #FA6A14
Complementary color
Monochromatic Colors of #FA6A14
Black with #FA6A14
Text Example
Text Example
White with #FA6A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6A14; }
p { color: rgb(250,106,20); }
H1.HeaderClassName
{
color: #FA6A14;
}
.AnyTagClassName
{
color: #FA6A14;
}
</style>
background-color css
<style>
a { background-color: #FA6A14; }
a { background-color: rgb(250,106,20); }
div.DivClassName
{
background-color: #FA6A14;
}
.BgClassName
{
background-color: #FA6A14;
}
</style>
border-color css
<style>
span { border-color: #FA6A14; }
span { border-color: rgb(250,106,20); }
td.TdClassName
{
border-color: #FA6A14;
}
.TagClassName
{
border-color: #FA6A14;
}
</style>