Shades of Pumpkin #FA6C1E
Tints of Pumpkin #FA6C1E
RGB
CMYK
RGB Variations
Color information
#FA6C1E (or 0xFA6C1E) is known color: Pumpkin. HEX triplet: FA, 6C and 1E. RGB value is (250,108,30). Sum of RGB (Red+Green+Blue) = 250+108+30=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C1E is #0593E1. Grayscale: #8E8E8E. Windows color (decimal): -365538 or 1993978. OLE color: 1993978.
HSL color Cylindrical-coordinate representation of color #FA6C1E: hue angle of 21.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA6C1E is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 30 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.02 |
| HSL | 21.27º | 0.96% | 0.55% | - |
| HSV(B) | 21.27º | 0.88% | 0.98% | - |
| XYZ | 45.02 | 31.14 | 4.87 | - |
| YUV | 141.57 | 65.04 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 30 | 0 | 0.57 | 0.88 | 0.02 | 21.27 | 0.96 | 0.55 |
| Hex | FA | 6C | 1E | 0 | 39 | 58 | 2 | 15 | 60 | 37 |
| Octal | 372 | 154 | 36 | 0 | 71 | 130 | 2 | 25 | 140 | 67 |
| Binary | 11111010 | 1101100 | 11110 | 0 | 111001 | 1011000 | 10 | 10101 | 1100000 | 110111 |
Color Harmonies of #FA6C1E
Complementary color
Monochromatic Colors of #FA6C1E
Black with #FA6C1E
Text Example
Text Example
White with #FA6C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6C1E; }
p { color: rgb(250,108,30); }
H1.HeaderClassName
{
color: #FA6C1E;
}
.AnyTagClassName
{
color: #FA6C1E;
}
</style>
background-color css
<style>
a { background-color: #FA6C1E; }
a { background-color: rgb(250,108,30); }
div.DivClassName
{
background-color: #FA6C1E;
}
.BgClassName
{
background-color: #FA6C1E;
}
</style>
border-color css
<style>
span { border-color: #FA6C1E; }
span { border-color: rgb(250,108,30); }
td.TdClassName
{
border-color: #FA6C1E;
}
.TagClassName
{
border-color: #FA6C1E;
}
</style>