Shades of Pumpkin #FA6711
Tints of Pumpkin #FA6711
RGB
CMYK
RGB Variations
Color information
#FA6711 (or 0xFA6711) is known color: Pumpkin. HEX triplet: FA, 67 and 11. RGB value is (250,103,17). Sum of RGB (Red+Green+Blue) = 250+103+17=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6711 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6711 is #0598EE. Grayscale: #898989. Windows color (decimal): -366831 or 1140730. OLE color: 1140730.
HSL color Cylindrical-coordinate representation of color #FA6711: hue angle of 22.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA6711 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 17 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.02 |
| HSL | 22.15º | 0.96% | 0.52% | - |
| HSV(B) | 22.15º | 0.93% | 0.98% | - |
| XYZ | 44.38 | 30.06 | 3.99 | - |
| YUV | 137.15 | 60.2 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 17 | 0 | 0.59 | 0.93 | 0.02 | 22.15 | 0.96 | 0.52 |
| Hex | FA | 67 | 11 | 0 | 3B | 5D | 2 | 16 | 60 | 34 |
| Octal | 372 | 147 | 21 | 0 | 73 | 135 | 2 | 26 | 140 | 64 |
| Binary | 11111010 | 1100111 | 10001 | 0 | 111011 | 1011101 | 10 | 10110 | 1100000 | 110100 |
Color Harmonies of #FA6711
Complementary color
Monochromatic Colors of #FA6711
Black with #FA6711
Text Example
Text Example
White with #FA6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6711; }
p { color: rgb(250,103,17); }
H1.HeaderClassName
{
color: #FA6711;
}
.AnyTagClassName
{
color: #FA6711;
}
</style>
background-color css
<style>
a { background-color: #FA6711; }
a { background-color: rgb(250,103,17); }
div.DivClassName
{
background-color: #FA6711;
}
.BgClassName
{
background-color: #FA6711;
}
</style>
border-color css
<style>
span { border-color: #FA6711; }
span { border-color: rgb(250,103,17); }
td.TdClassName
{
border-color: #FA6711;
}
.TagClassName
{
border-color: #FA6711;
}
</style>