#F97E14

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

Shades of Pumpkin #F97E14

Tints of Pumpkin #F97E14

Color information

#F97E14 (or 0xF97E14) is unknown color: approx Pumpkin. HEX triplet: F9, 7E and 14. RGB value is (249,126,20). Sum of RGB (Red+Green+Blue) = 249+126+20=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97E14 is #0681EB. Grayscale: #979797. Windows color (decimal): -426476 or 1343225. OLE color: 1343225.

HSL color Cylindrical-coordinate representation of color #F97E14: hue angle of 27.77º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F97E14 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB24912620-
CMYK00.490.920.02
HSL27.77º95.02%52.75%-
HSV(B)27.77º91.97%97.65%-
XYZ46.6535.114.98-
YUV150.6954.25198.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.04%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 20 (8.20% from 255) = 5.06%
R=63.04%
G=31.90%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491262000.490.920.0227.7795.0252.75
HexF97E140315C21c5f35
Octal3711762406113423413765
Binary111110011111110101000110001101110010111001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97E14; }

 p { color: rgb(249,126,20); }

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

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

 a { background-color: rgb(249,126,20); }

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

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

 span { border-color: rgb(249,126,20); }

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