#F5821E

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

Shades of Pumpkin #F5821E

Tints of Pumpkin #F5821E

Color information

#F5821E (or 0xF5821E) is unknown color: approx Pumpkin. HEX triplet: F5, 82 and 1E. RGB value is (245,130,30). Sum of RGB (Red+Green+Blue) = 245+130+30=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5821E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5821E is #0A7DE1. Grayscale: #999999. Windows color (decimal): -687586 or 1999605. OLE color: 1999605.

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

Color convert

RGB24513030-
CMYK00.470.880.04
HSL27.91º91.49%53.92%-
HSV(B)27.91º87.76%96.08%-
XYZ45.8735.475.66-
YUV152.9858.6193.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.49%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 30 (12.11% from 255) = 7.41%
R=60.49%
G=32.10%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451303000.470.880.0427.9191.4953.92
HexF5821E02F5841c5b36
Octal3652023605713043413366
Binary11110101100000101111001011111011000100111001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5821E; }

 p { color: rgb(245,130,30); }

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

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

 a { background-color: rgb(245,130,30); }

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

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

 span { border-color: rgb(245,130,30); }

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