#F17420

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

Shades of Pumpkin #F17420

Tints of Pumpkin #F17420

Color information

#F17420 (or 0xF17420) is unknown color: approx Pumpkin. HEX triplet: F1, 74 and 20. RGB value is (241,116,32). Sum of RGB (Red+Green+Blue) = 241+116+32=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F17420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17420 is #0E8BDF. Grayscale: #909090. Windows color (decimal): -953312 or 2127089. OLE color: 2127089.

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

Color convert

RGB24111632-
CMYK00.520.870.05
HSL24.11º88.19%53.53%-
HSV(B)24.11º86.72%94.51%-
XYZ42.7831.35.15-
YUV143.864.91197.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.95%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 32 (12.89% from 255) = 8.23%
R=61.95%
G=29.82%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411163200.520.870.0524.1188.1953.53
HexF17420034575185836
Octal3611644006412753013066
Binary11110001111010010000001101001010111101110001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17420; }

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

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

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

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

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

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

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

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