Html Css Color HEX #F78320 Pumpkin

📋 copy color: '#F78320'

red 247 ◦ green 131 ◦ blue 32

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

Shades of Pumpkin #F78320

Tints of Pumpkin #F78320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.95%

 BLUE value IS 32 (12.89% from 255) = 7.8%

R = 60.24%
G = 31.95%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F78320 (or 0xF78320) is known color: Pumpkin. HEX triplet: F7, 83 and 20. RGB value is (247,131,32). Sum of RGB (Red+Green+Blue) = 247+131+32=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F78320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78320 is #087CDF. Grayscale: #9A9A9A. Windows color (decimal): -556256 or 2130935. OLE color: 2130935.

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

Color convert

RGB 247 131 32 -
CMYK 0 0.47 0.87 0.03
HSL 27.63º 0.93% 0.55% -
HSV(B) 27.63º 0.87% 0.97% -
XYZ 46.73 36.11 5.87 -
YUV 154.4 58.93 194.05 -
System Red Green Blue C M Y K H S L
Decimal 247 131 32 0 0.47 0.87 0.03 27.63 0.93 0.55
Hex F7 83 20 0 2F 57 3 1C 5D 37
Octal 367 203 40 0 57 127 3 34 135 67
Binary 11110111 10000011 100000 0 101111 1010111 11 11100 1011101 110111

Color Harmonies of #F78320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78320

Black with #F78320

Text Example


Text Example

White with #F78320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78320; }

 p { color: rgb(247,131,32); }

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

background-color css

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

 a { background-color: rgb(247,131,32); }

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

border-color css

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

 span { border-color: rgb(247,131,32); }

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