#FA6E1C

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

Shades of Pumpkin #FA6E1C

Tints of Pumpkin #FA6E1C

Color information

#FA6E1C (or 0xFA6E1C) is unknown color: approx Pumpkin. HEX triplet: FA, 6E and 1C. RGB value is (250,110,28). Sum of RGB (Red+Green+Blue) = 250+110+28=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6E1C is #0591E3. Grayscale: #8E8E8E. Windows color (decimal): -365028 or 1863418. OLE color: 1863418.

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

Color convert

RGB25011028-
CMYK00.560.890.02
HSL22.16º95.69%54.51%-
HSV(B)22.16º88.8%98.04%-
XYZ45.2131.564.81-
YUV142.5163.38204.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 64.43%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 28 (11.33% from 255) = 7.22%
R=64.43%
G=28.35%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501102800.560.890.0222.1695.6954.51
HexFA6E1C038592166037
Octal3721563407013122614067
Binary111110101101110111000111000101100110101101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6E1C; }

 p { color: rgb(250,110,28); }

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

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

 a { background-color: rgb(250,110,28); }

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

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

 span { border-color: rgb(250,110,28); }

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