#F16419

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

Shades of Pumpkin #F16419

Tints of Pumpkin #F16419

Color information

#F16419 (or 0xF16419) is unknown color: approx Pumpkin. HEX triplet: F1, 64 and 19. RGB value is (241,100,25). Sum of RGB (Red+Green+Blue) = 241+100+25=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F16419 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16419 is #0E9BE6. Grayscale: #868686. Windows color (decimal): -957415 or 1664241. OLE color: 1664241.

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

Color convert

RGB24110025-
CMYK00.590.900.05
HSL20.83º88.52%52.16%-
HSV(B)20.83º89.63%94.51%-
XYZ41.0127.894.14-
YUV133.6166.71204.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.85%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 25 (10.16% from 255) = 6.83%
R=65.85%
G=27.32%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411002500.590.900.0520.8388.5252.16
HexF1641903B5A5155934
Octal3611443107313252513164
Binary1111000111001001100101110111011010101101011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16419; }

 p { color: rgb(241,100,25); }

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

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

 a { background-color: rgb(241,100,25); }

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

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

 span { border-color: rgb(241,100,25); }

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