#FA7114

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

Shades of Pumpkin #FA7114

Tints of Pumpkin #FA7114

Color information

#FA7114 (or 0xFA7114) is unknown color: approx Pumpkin. HEX triplet: FA, 71 and 14. RGB value is (250,113,20). Sum of RGB (Red+Green+Blue) = 250+113+20=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7114 is #058EEB. Grayscale: #8F8F8F. Windows color (decimal): -364268 or 1339898. OLE color: 1339898.

HSL color Cylindrical-coordinate representation of color #FA7114: hue angle of 24.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA7114 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB25011320-
CMYK00.550.920.02
HSL24.26º95.83%52.94%-
HSV(B)24.26º92%98.04%-
XYZ45.4632.184.48-
YUV143.3658.39204.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 65.27%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 20 (8.20% from 255) = 5.22%
R=65.27%
G=29.50%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501132000.550.920.0224.2695.8352.94
HexFA71140375C2186035
Octal3721612406713423014065
Binary111110101110001101000110111101110010110001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7114; }

 p { color: rgb(250,113,20); }

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

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

 a { background-color: rgb(250,113,20); }

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

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

 span { border-color: rgb(250,113,20); }

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