Html Css Color HEX #F77314 Pumpkin

📋 copy color: '#F77314'

red 247 ◦ green 115 ◦ blue 20

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

Shades of Pumpkin #F77314

Tints of Pumpkin #F77314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

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

R = 64.66%
G = 30.1%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F77314 (or 0xF77314) is known color: Pumpkin. HEX triplet: F7, 73 and 14. RGB value is (247,115,20). Sum of RGB (Red+Green+Blue) = 247+115+20=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F77314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77314 is #088CEB. Grayscale: #909090. Windows color (decimal): -560364 or 1340407. OLE color: 1340407.

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

Color convert

RGB 247 115 20 -
CMYK 0 0.53 0.92 0.03
HSL 25.11º 0.93% 0.52% -
HSV(B) 25.11º 0.92% 0.97% -
XYZ 44.61 32.09 4.5 -
YUV 143.64 58.23 201.72 -
System Red Green Blue C M Y K H S L
Decimal 247 115 20 0 0.53 0.92 0.03 25.11 0.93 0.52
Hex F7 73 14 0 35 5C 3 19 5D 34
Octal 367 163 24 0 65 134 3 31 135 64
Binary 11110111 1110011 10100 0 110101 1011100 11 11001 1011101 110100

Color Harmonies of #F77314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77314

Black with #F77314

Text Example


Text Example

White with #F77314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77314; }

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

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

background-color css

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

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

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

border-color css

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

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

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