Shades of Pumpkin #FA691F
Tints of Pumpkin #FA691F
RGB
CMYK
RGB Variations
Color information
#FA691F (or 0xFA691F) is known color: Pumpkin. HEX triplet: FA, 69 and 1F. RGB value is (250,105,31). Sum of RGB (Red+Green+Blue) = 250+105+31=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA691F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA691F is #0596E0. Grayscale: #8C8C8C. Windows color (decimal): -366305 or 2058746. OLE color: 2058746.
HSL color Cylindrical-coordinate representation of color #FA691F: hue angle of 20.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 #FA691F is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 31 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.02 |
| HSL | 20.27º | 0.96% | 0.55% | - |
| HSV(B) | 20.27º | 0.88% | 0.98% | - |
| XYZ | 44.72 | 30.53 | 4.83 | - |
| YUV | 139.92 | 66.54 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 31 | 0 | 0.58 | 0.88 | 0.02 | 20.27 | 0.96 | 0.55 |
| Hex | FA | 69 | 1F | 0 | 3A | 58 | 2 | 14 | 60 | 37 |
| Octal | 372 | 151 | 37 | 0 | 72 | 130 | 2 | 24 | 140 | 67 |
| Binary | 11111010 | 1101001 | 11111 | 0 | 111010 | 1011000 | 10 | 10100 | 1100000 | 110111 |
Color Harmonies of #FA691F
Complementary color
Monochromatic Colors of #FA691F
Black with #FA691F
Text Example
Text Example
White with #FA691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA691F; }
p { color: rgb(250,105,31); }
H1.HeaderClassName
{
color: #FA691F;
}
.AnyTagClassName
{
color: #FA691F;
}
</style>
background-color css
<style>
a { background-color: #FA691F; }
a { background-color: rgb(250,105,31); }
div.DivClassName
{
background-color: #FA691F;
}
.BgClassName
{
background-color: #FA691F;
}
</style>
border-color css
<style>
span { border-color: #FA691F; }
span { border-color: rgb(250,105,31); }
td.TdClassName
{
border-color: #FA691F;
}
.TagClassName
{
border-color: #FA691F;
}
</style>