#f26516

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

Shades of Pumpkin #F26516

Tints of Pumpkin #F26516

Color information

#F26516 (or 0xF26516) is unknown color: approx Pumpkin. HEX triplet: F2, 65 and 16. RGB value is (242,101,22). Sum of RGB (Red+Green+Blue) = 242+101+22=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F26516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26516 is #0D9AE9. Grayscale: #868686. Windows color (decimal): -891626 or 1467890. OLE color: 1467890.

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

Color convert

RGB24210122-
CMYK00.580.910.05
HSL21.55º89.43%51.76%-
HSV(B)21.55º90.91%94.9%-
XYZ41.4228.244.03-
YUV134.1564.71204.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 66.30%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 22 (8.98% from 255) = 6.03%
R=66.30%
G=27.67%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421012200.580.910.0521.5589.4351.76
HexF2651603A5B5165934
Octal3621452607213352613164
Binary1111001011001011011001110101011011101101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f26516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f26516; }

 p { color: rgb(242,101,22); }

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

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

 a { background-color: rgb(242,101,22); }

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

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

 span { border-color: rgb(242,101,22); }

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