#F1741A

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

Shades of Pumpkin #F1741A

Tints of Pumpkin #F1741A

Color information

#F1741A (or 0xF1741A) is unknown color: approx Pumpkin. HEX triplet: F1, 74 and 1A. RGB value is (241,116,26). Sum of RGB (Red+Green+Blue) = 241+116+26=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F1741A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1741A is #0E8BE5. Grayscale: #8F8F8F. Windows color (decimal): -953318 or 1733873. OLE color: 1733873.

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

Color convert

RGB24111626-
CMYK00.520.890.05
HSL25.12º88.48%52.35%-
HSV(B)25.12º89.21%94.51%-
XYZ42.7131.274.76-
YUV143.1261.91197.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.92%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 26 (10.55% from 255) = 6.79%
R=62.92%
G=30.29%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411162600.520.890.0525.1288.4852.35
HexF1741A034595195834
Octal3611643206413153113064
Binary1111000111101001101001101001011001101110011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1741A; }

 p { color: rgb(241,116,26); }

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

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

 a { background-color: rgb(241,116,26); }

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

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

 span { border-color: rgb(241,116,26); }

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