Html Css Color HEX #F77714 Pumpkin

📋 copy color: '#F77714'

red 247 ◦ green 119 ◦ blue 20

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

Shades of Pumpkin #F77714

Tints of Pumpkin #F77714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

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

R = 63.99%
G = 30.83%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F77714 (or 0xF77714) is known color: Pumpkin. HEX triplet: F7, 77 and 14. RGB value is (247,119,20). Sum of RGB (Red+Green+Blue) = 247+119+20=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F77714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77714 is #0888EB. Grayscale: #929292. Windows color (decimal): -559340 or 1341431. OLE color: 1341431.

HSL color Cylindrical-coordinate representation of color #F77714: hue angle of 26.17º 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 #F77714 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 119 20 -
CMYK 0 0.52 0.92 0.03
HSL 26.17º 0.93% 0.52% -
HSV(B) 26.17º 0.92% 0.97% -
XYZ 45.08 33.02 4.66 -
YUV 145.99 56.91 200.05 -
System Red Green Blue C M Y K H S L
Decimal 247 119 20 0 0.52 0.92 0.03 26.17 0.93 0.52
Hex F7 77 14 0 34 5C 3 1A 5D 34
Octal 367 167 24 0 64 134 3 32 135 64
Binary 11110111 1110111 10100 0 110100 1011100 11 11010 1011101 110100

Color Harmonies of #F77714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77714

Black with #F77714

Text Example


Text Example

White with #F77714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77714; }

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

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

background-color css

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

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

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

border-color css

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

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

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