#F3760C

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

Shades of Pumpkin #F3760C

Tints of Pumpkin #F3760C

Color information

#F3760C (or 0xF3760C) is unknown color: approx Pumpkin. HEX triplet: F3, 76 and 0C. RGB value is (243,118,12). Sum of RGB (Red+Green+Blue) = 243+118+12=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F3760C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3760C is #0C89F3. Grayscale: #8F8F8F. Windows color (decimal): -821748 or 816883. OLE color: 816883.

HSL color Cylindrical-coordinate representation of color #F3760C: hue angle of 27.53º 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 #F3760C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB24311812-
CMYK00.510.950.05
HSL27.53º90.59%50%-
HSV(B)27.53º95.06%95.29%-
XYZ43.5132.044.24-
YUV143.2953.91199.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.15%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 12 (5.08% from 255) = 3.22%
R=65.15%
G=31.64%
B=3.22%

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
Decimal2431181200.510.950.0527.5390.5950
HexF376C0335F51c5b32
Octal3631661406313753413362
Binary111100111110110110001100111011111101111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3760C; }

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

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

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

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

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

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

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

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