Html Css Color HEX #F76E14 Pumpkin

📋 copy color: '#F76E14'

red 247 ◦ green 110 ◦ blue 20

#F76E14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumpkin #F76E14

Tints of Pumpkin #F76E14

RGB

 RED value IS 247 (96.88% from 255) = 65.52%

 GREEN value IS 110 (43.36% from 255) = 29.18%

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 65.52%
G = 29.18%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F76E14 (or 0xF76E14) is known color: Pumpkin. HEX triplet: F7, 6E and 14. RGB value is (247,110,20). Sum of RGB (Red+Green+Blue) = 247+110+20=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76E14 is #0891EB. Grayscale: #8D8D8D. Windows color (decimal): -561644 or 1339127. OLE color: 1339127.

HSL color Cylindrical-coordinate representation of color #F76E14: hue angle of 23.79º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F76E14 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 110 20 -
CMYK 0 0.55 0.92 0.03
HSL 23.79º 0.93% 0.52% -
HSV(B) 23.79º 0.92% 0.97% -
XYZ 44.06 30.98 4.32 -
YUV 140.7 59.89 203.82 -
System Red Green Blue C M Y K H S L
Decimal 247 110 20 0 0.55 0.92 0.03 23.79 0.93 0.52
Hex F7 6E 14 0 37 5C 3 18 5D 34
Octal 367 156 24 0 67 134 3 30 135 64
Binary 11110111 1101110 10100 0 110111 1011100 11 11000 1011101 110100

Color Harmonies of #F76E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76E14

Black with #F76E14

Text Example


Text Example

White with #F76E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76E14; }

 p { color: rgb(247,110,20); }

 H1.HeaderClassName
 {
   color: #F76E14;
 }
 .AnyTagClassName
 {
   color: #F76E14;
 }
</style>

background-color css

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

 a { background-color: rgb(247,110,20); }

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

border-color css

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

 span { border-color: rgb(247,110,20); }

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