#F58121

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

Shades of Pumpkin #F58121

Tints of Pumpkin #F58121

Color information

#F58121 (or 0xF58121) is unknown color: approx Pumpkin. HEX triplet: F5, 81 and 21. RGB value is (245,129,33). Sum of RGB (Red+Green+Blue) = 245+129+33=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F58121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58121 is #0A7EDE. Grayscale: #999999. Windows color (decimal): -687839 or 2195957. OLE color: 2195957.

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

Color convert

RGB24512933-
CMYK00.470.870.04
HSL27.17º91.38%54.51%-
HSV(B)27.17º86.53%96.08%-
XYZ45.7835.225.82-
YUV152.7460.43193.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.20%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 33 (13.28% from 255) = 8.11%
R=60.20%
G=31.70%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451293300.470.870.0427.1791.3854.51
HexF5812102F5741b5b37
Octal3652014105712743313367
Binary111101011000000110000101011111010111100110111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58121; }

 p { color: rgb(245,129,33); }

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

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

 a { background-color: rgb(245,129,33); }

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

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

 span { border-color: rgb(245,129,33); }

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