#F46216

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

Shades of Pumpkin #F46216

Tints of Pumpkin #F46216

Color information

#F46216 (or 0xF46216) is unknown color: approx Pumpkin. HEX triplet: F4, 62 and 16. RGB value is (244,98,22). Sum of RGB (Red+Green+Blue) = 244+98+22=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F46216 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46216 is #0B9DE9. Grayscale: #858585. Windows color (decimal): -761322 or 1467124. OLE color: 1467124.

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

Color convert

RGB2449822-
CMYK00.600.910.04
HSL20.54º90.98%52.16%-
HSV(B)20.54º90.98%95.69%-
XYZ41.8228.033.96-
YUV132.9965.37207.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 67.03%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 22 (8.98% from 255) = 6.04%
R=67.03%
G=26.92%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244982200.600.910.0420.5490.9852.16
HexF4621603C5B4155b34
Octal3641422607413342513364
Binary1111010011000101011001111001011011100101011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46216; }

 p { color: rgb(244,98,22); }

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

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

 a { background-color: rgb(244,98,22); }

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

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

 span { border-color: rgb(244,98,22); }

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