#fa7911

Color #FA7911 Pumpkin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumpkin #FA7911

Tints of Pumpkin #FA7911

Color information

#FA7911 (or 0xFA7911) is unknown color: approx Pumpkin. HEX triplet: FA, 79 and 11. RGB value is (250,121,17). Sum of RGB (Red+Green+Blue) = 250+121+17=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7911 is #0586EE. Grayscale: #949494. Windows color (decimal): -362223 or 1145338. OLE color: 1145338.

HSL color Cylindrical-coordinate representation of color #FA7911: hue angle of 26.78º 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 #FA7911 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB25012117-
CMYK00.520.930.02
HSL26.78º95.88%52.35%-
HSV(B)26.78º93.2%98.04%-
XYZ46.3634.044.66-
YUV147.7154.24200.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 64.43%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 17 (7.03% from 255) = 4.38%
R=64.43%
G=31.19%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501211700.520.930.0226.7895.8852.35
HexFA79110345D21b6034
Octal3721712106413523314064
Binary111110101111001100010110100101110110110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa7911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa7911; }

 p { color: rgb(250,121,17); }

 H1.HeaderClassName
 {
   color: #fa7911;
 }
 .AnyTagClassName
 {
   color: #fa7911;
 }
</style>
background-color css

<style>
 a { background-color: #fa7911; }

 a { background-color: rgb(250,121,17); }

 div.DivClassName
 {
   background-color: #fa7911;
 }
 .BgClassName
 {
   background-color: #fa7911;
 }
</style>
border-color css

<style>
 span { border-color: #fa7911; }

 span { border-color: rgb(250,121,17); }

 td.TdClassName
 {
   border-color: #fa7911;
 }
 .TagClassName
 {
   border-color: #fa7911;
 }
</style>