#FA770E

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

Shades of Pumpkin #FA770E

Tints of Pumpkin #FA770E

Color information

#FA770E (or 0xFA770E) is unknown color: approx Pumpkin. HEX triplet: FA, 77 and 0E. RGB value is (250,119,14). Sum of RGB (Red+Green+Blue) = 250+119+14=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA770E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA770E is #0588F1. Grayscale: #929292. Windows color (decimal): -362738 or 948218. OLE color: 948218.

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

Color convert

RGB25011914-
CMYK00.520.940.02
HSL26.69º95.93%51.76%-
HSV(B)26.69º94.4%98.04%-
XYZ46.133.554.46-
YUV146.253.4202.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 65.27%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 14 (5.86% from 255) = 3.66%
R=65.27%
G=31.07%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501191400.520.940.0226.6995.9351.76
HexFA77E0345E21b6034
Octal3721671606413623314064
Binary11111010111011111100110100101111010110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA770E; }

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

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

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

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

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

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

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

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