#F05F1E

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

Shades of Pumpkin #F05F1E

Tints of Pumpkin #F05F1E

Color information

#F05F1E (or 0xF05F1E) is unknown color: approx Pumpkin. HEX triplet: F0, 5F and 1E. RGB value is (240,95,30). Sum of RGB (Red+Green+Blue) = 240+95+30=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05F1E is #0FA0E1. Grayscale: #838383. Windows color (decimal): -1024226 or 1990640. OLE color: 1990640.

HSL color Cylindrical-coordinate representation of color #F05F1E: hue angle of 18.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F05F1E is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2409530-
CMYK00.600.870.06
HSL18.57º87.5%52.94%-
HSV(B)18.57º87.5%94.12%-
XYZ40.2626.84.28-
YUV130.9471.04205.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.75%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 30 (12.11% from 255) = 8.22%
R=65.75%
G=26.03%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240953000.600.870.0618.5787.552.94
HexF05F1E03C576135835
Octal3601373607412762313065
Binary1111000010111111111001111001010111110100111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F1E; }

 p { color: rgb(240,95,30); }

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

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

 a { background-color: rgb(240,95,30); }

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

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

 span { border-color: rgb(240,95,30); }

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