Html Css Color HEX #F77214 Pumpkin

📋 copy color: '#F77214'

red 247 ◦ green 114 ◦ blue 20

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

Shades of Pumpkin #F77214

Tints of Pumpkin #F77214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

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

R = 64.83%
G = 29.92%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F77214 (or 0xF77214) is known color: Pumpkin. HEX triplet: F7, 72 and 14. RGB value is (247,114,20). Sum of RGB (Red+Green+Blue) = 247+114+20=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F77214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77214 is #088DEB. Grayscale: #8F8F8F. Windows color (decimal): -560620 or 1340151. OLE color: 1340151.

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

Color convert

RGB 247 114 20 -
CMYK 0 0.54 0.92 0.03
HSL 24.85º 0.93% 0.52% -
HSV(B) 24.85º 0.92% 0.97% -
XYZ 44.5 31.86 4.47 -
YUV 143.05 58.56 202.14 -
System Red Green Blue C M Y K H S L
Decimal 247 114 20 0 0.54 0.92 0.03 24.85 0.93 0.52
Hex F7 72 14 0 36 5C 3 19 5D 34
Octal 367 162 24 0 66 134 3 31 135 64
Binary 11110111 1110010 10100 0 110110 1011100 11 11001 1011101 110100

Color Harmonies of #F77214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77214

Black with #F77214

Text Example


Text Example

White with #F77214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77214; }

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

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

background-color css

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

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

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

border-color css

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

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

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