#F3770C

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

Shades of Pumpkin #F3770C

Tints of Pumpkin #F3770C

Color information

#F3770C (or 0xF3770C) is unknown color: approx Pumpkin. HEX triplet: F3, 77 and 0C. RGB value is (243,119,12). Sum of RGB (Red+Green+Blue) = 243+119+12=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F3770C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3770C is #0C88F3. Grayscale: #909090. Windows color (decimal): -821492 or 817139. OLE color: 817139.

HSL color Cylindrical-coordinate representation of color #F3770C: hue angle of 27.79º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3770C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB24311912-
CMYK00.510.950.05
HSL27.79º90.59%50%-
HSV(B)27.79º95.06%95.29%-
XYZ43.6332.274.28-
YUV143.8853.58198.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 64.97%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 12 (5.08% from 255) = 3.21%
R=64.97%
G=31.82%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431191200.510.950.0527.7990.5950
HexF377C0335F51c5b32
Octal3631671406313753413362
Binary111100111110111110001100111011111101111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3770C; }

 p { color: rgb(243,119,12); }

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

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

 a { background-color: rgb(243,119,12); }

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

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

 span { border-color: rgb(243,119,12); }

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