#F1771F

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

Shades of Pumpkin #F1771F

Tints of Pumpkin #F1771F

Color information

#F1771F (or 0xF1771F) is unknown color: approx Pumpkin. HEX triplet: F1, 77 and 1F. RGB value is (241,119,31). Sum of RGB (Red+Green+Blue) = 241+119+31=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F1771F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1771F is #0E88E0. Grayscale: #919191. Windows color (decimal): -952545 or 2062321. OLE color: 2062321.

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

Color convert

RGB24111931-
CMYK00.510.870.05
HSL25.14º88.24%53.33%-
HSV(B)25.14º87.14%94.51%-
XYZ43.1231.995.2-
YUV145.4563.42196.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.64%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 31 (12.5% from 255) = 7.93%
R=61.64%
G=30.43%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411193100.510.870.0525.1488.2453.33
HexF1771F033575195835
Octal3611673706312753113065
Binary1111000111101111111101100111010111101110011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1771F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1771F; }

 p { color: rgb(241,119,31); }

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

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

 a { background-color: rgb(241,119,31); }

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

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

 span { border-color: rgb(241,119,31); }

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