Shades of Pumpkin #FA681E
Tints of Pumpkin #FA681E
RGB
CMYK
RGB Variations
Color information
#FA681E (or 0xFA681E) is known color: Pumpkin. HEX triplet: FA, 68 and 1E. RGB value is (250,104,30). Sum of RGB (Red+Green+Blue) = 250+104+30=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA681E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA681E is #0597E1. Grayscale: #8B8B8B. Windows color (decimal): -366562 or 1992954. OLE color: 1992954.
HSL color Cylindrical-coordinate representation of color #FA681E: hue angle of 20.18º 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 #FA681E is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 30 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.02 |
| HSL | 20.18º | 0.96% | 0.55% | - |
| HSV(B) | 20.18º | 0.88% | 0.98% | - |
| XYZ | 44.61 | 30.32 | 4.73 | - |
| YUV | 139.22 | 66.37 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 30 | 0 | 0.58 | 0.88 | 0.02 | 20.18 | 0.96 | 0.55 |
| Hex | FA | 68 | 1E | 0 | 3A | 58 | 2 | 14 | 60 | 37 |
| Octal | 372 | 150 | 36 | 0 | 72 | 130 | 2 | 24 | 140 | 67 |
| Binary | 11111010 | 1101000 | 11110 | 0 | 111010 | 1011000 | 10 | 10100 | 1100000 | 110111 |
Color Harmonies of #FA681E
Complementary color
Monochromatic Colors of #FA681E
Black with #FA681E
Text Example
Text Example
White with #FA681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA681E; }
p { color: rgb(250,104,30); }
H1.HeaderClassName
{
color: #FA681E;
}
.AnyTagClassName
{
color: #FA681E;
}
</style>
background-color css
<style>
a { background-color: #FA681E; }
a { background-color: rgb(250,104,30); }
div.DivClassName
{
background-color: #FA681E;
}
.BgClassName
{
background-color: #FA681E;
}
</style>
border-color css
<style>
span { border-color: #FA681E; }
span { border-color: rgb(250,104,30); }
td.TdClassName
{
border-color: #FA681E;
}
.TagClassName
{
border-color: #FA681E;
}
</style>