#F47221

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

Shades of Pumpkin #F47221

Tints of Pumpkin #F47221

Color information

#F47221 (or 0xF47221) is unknown color: approx Pumpkin. HEX triplet: F4, 72 and 21. RGB value is (244,114,33). Sum of RGB (Red+Green+Blue) = 244+114+33=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F47221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47221 is #0B8DDE. Grayscale: #909090. Windows color (decimal): -757215 or 2192116. OLE color: 2192116.

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

Color convert

RGB24411433-
CMYK00.530.860.04
HSL23.03º90.56%54.31%-
HSV(B)23.03º86.48%95.69%-
XYZ43.631.385.2-
YUV143.6465.57199.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 62.40%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 33 (13.28% from 255) = 8.44%
R=62.40%
G=29.16%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441143300.530.860.0423.0390.5654.31
HexF47221035564175b36
Octal3641624106512642713366
Binary11110100111001010000101101011010110100101111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47221; }

 p { color: rgb(244,114,33); }

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

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

 a { background-color: rgb(244,114,33); }

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

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

 span { border-color: rgb(244,114,33); }

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