#F26D14

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

Shades of Pumpkin #F26D14

Tints of Pumpkin #F26D14

Color information

#F26D14 (or 0xF26D14) is unknown color: approx Pumpkin. HEX triplet: F2, 6D and 14. RGB value is (242,109,20). Sum of RGB (Red+Green+Blue) = 242+109+20=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26D14 is #0D92EB. Grayscale: #8B8B8B. Windows color (decimal): -889580 or 1338866. OLE color: 1338866.

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

Color convert

RGB24210920-
CMYK00.550.920.05
HSL24.05º89.52%51.37%-
HSV(B)24.05º91.74%94.9%-
XYZ42.2129.874.2-
YUV138.6261.06201.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 65.23%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 20 (8.20% from 255) = 5.39%
R=65.23%
G=29.38%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421092000.550.920.0524.0589.5251.37
HexF26D140375C5185a33
Octal3621552406713453013263
Binary1111001011011011010001101111011100101110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26D14; }

 p { color: rgb(242,109,20); }

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

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

 a { background-color: rgb(242,109,20); }

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

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

 span { border-color: rgb(242,109,20); }

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