#F57E1E

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

Shades of Pumpkin #F57E1E

Tints of Pumpkin #F57E1E

Color information

#F57E1E (or 0xF57E1E) is unknown color: approx Pumpkin. HEX triplet: F5, 7E and 1E. RGB value is (245,126,30). Sum of RGB (Red+Green+Blue) = 245+126+30=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57E1E is #0A81E1. Grayscale: #979797. Windows color (decimal): -688610 or 1998581. OLE color: 1998581.

HSL color Cylindrical-coordinate representation of color #F57E1E: hue angle of 26.79º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F57E1E is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB24512630-
CMYK00.490.880.04
HSL26.79º91.49%53.92%-
HSV(B)26.79º87.76%96.08%-
XYZ45.3534.435.48-
YUV150.6459.92195.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 61.10%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 30 (12.11% from 255) = 7.48%
R=61.10%
G=31.42%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451263000.490.880.0426.7991.4953.92
HexF57E1E0315841b5b36
Octal3651763606113043313366
Binary1111010111111101111001100011011000100110111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57E1E; }

 p { color: rgb(245,126,30); }

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

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

 a { background-color: rgb(245,126,30); }

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

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

 span { border-color: rgb(245,126,30); }

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