#FA771C

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

Shades of Pumpkin #FA771C

Tints of Pumpkin #FA771C

Color information

#FA771C (or 0xFA771C) is unknown color: approx Pumpkin. HEX triplet: FA, 77 and 1C. RGB value is (250,119,28). Sum of RGB (Red+Green+Blue) = 250+119+28=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA771C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA771C is #0588E3. Grayscale: #949494. Windows color (decimal): -362724 or 1865722. OLE color: 1865722.

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

Color convert

RGB25011928-
CMYK00.520.890.02
HSL24.59º95.69%54.51%-
HSV(B)24.59º88.8%98.04%-
XYZ46.2333.65.15-
YUV147.860.4200.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.97%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 28 (11.33% from 255) = 7.05%
R=62.97%
G=29.97%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501192800.520.890.0224.5995.6954.51
HexFA771C034592196037
Octal3721673406413123114067
Binary111110101110111111000110100101100110110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA771C; }

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

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

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

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

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

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

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

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