#F5811E

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

Shades of Pumpkin #F5811E

Tints of Pumpkin #F5811E

Color information

#F5811E (or 0xF5811E) is unknown color: approx Pumpkin. HEX triplet: F5, 81 and 1E. RGB value is (245,129,30). Sum of RGB (Red+Green+Blue) = 245+129+30=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5811E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5811E is #0A7EE1. Grayscale: #989898. Windows color (decimal): -687842 or 1999349. OLE color: 1999349.

HSL color Cylindrical-coordinate representation of color #F5811E: hue angle of 27.63º 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 #F5811E is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB24512930-
CMYK00.470.880.04
HSL27.63º91.49%53.92%-
HSV(B)27.63º87.76%96.08%-
XYZ45.7435.215.61-
YUV152.458.93194.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.64%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 30 (12.11% from 255) = 7.43%
R=60.64%
G=31.93%
B=7.43%

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
Decimal2451293000.470.880.0427.6391.4953.92
HexF5811E02F5841c5b36
Octal3652013605713043413366
Binary11110101100000011111001011111011000100111001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5811E; }

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

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

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

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

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

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

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

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