#F1780F

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

Shades of Pumpkin #F1780F

Tints of Pumpkin #F1780F

Color information

#F1780F (or 0xF1780F) is unknown color: approx Pumpkin. HEX triplet: F1, 78 and 0F. RGB value is (241,120,15). Sum of RGB (Red+Green+Blue) = 241+120+15=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F1780F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1780F is #0E87F0. Grayscale: #909090. Windows color (decimal): -952305 or 1014001. OLE color: 1014001.

HSL color Cylindrical-coordinate representation of color #F1780F: hue angle of 27.88º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1780F is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB24112015-
CMYK00.500.940.05
HSL27.88º88.98%50.2%-
HSV(B)27.88º93.78%94.51%-
XYZ43.0832.174.39-
YUV144.2155.09197.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.10%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 15 (6.25% from 255) = 3.99%
R=64.10%
G=31.91%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411201500.500.940.0527.8888.9850.2
HexF178F0325E51c5932
Octal3611701706213653413162
Binary111100011111000111101100101011110101111001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1780F; }

 p { color: rgb(241,120,15); }

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

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

 a { background-color: rgb(241,120,15); }

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

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

 span { border-color: rgb(241,120,15); }

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