Html Css Color HEX #F7770E Pumpkin

📋 copy color: '#F7770E'

red 247 ◦ green 119 ◦ blue 14

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

Shades of Pumpkin #F7770E

Tints of Pumpkin #F7770E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 65%
G = 31.32%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7770E (or 0xF7770E) is known color: Pumpkin. HEX triplet: F7, 77 and 0E. RGB value is (247,119,14). Sum of RGB (Red+Green+Blue) = 247+119+14=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F7770E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7770E is #0888F1. Grayscale: #919191. Windows color (decimal): -559346 or 948215. OLE color: 948215.

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

Color convert

RGB 247 119 14 -
CMYK 0 0.52 0.94 0.03
HSL 27.04º 0.94% 0.51% -
HSV(B) 27.04º 0.94% 0.97% -
XYZ 45.03 33 4.41 -
YUV 145.3 53.91 200.54 -
System Red Green Blue C M Y K H S L
Decimal 247 119 14 0 0.52 0.94 0.03 27.04 0.94 0.51
Hex F7 77 E 0 34 5E 3 1B 5E 33
Octal 367 167 16 0 64 136 3 33 136 63
Binary 11110111 1110111 1110 0 110100 1011110 11 11011 1011110 110011

Color Harmonies of #F7770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7770E

Black with #F7770E

Text Example


Text Example

White with #F7770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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