Html Css Color HEX #F78120 Pumpkin

📋 copy color: '#F78120'

red 247 ◦ green 129 ◦ blue 32

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

Shades of Pumpkin #F78120

Tints of Pumpkin #F78120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.62%

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

R = 60.54%
G = 31.62%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F78120 (or 0xF78120) is known color: Pumpkin. HEX triplet: F7, 81 and 20. RGB value is (247,129,32). Sum of RGB (Red+Green+Blue) = 247+129+32=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F78120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78120 is #087EDF. Grayscale: #999999. Windows color (decimal): -556768 or 2130423. OLE color: 2130423.

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

Color convert

RGB 247 129 32 -
CMYK 0 0.48 0.87 0.03
HSL 27.07º 0.93% 0.55% -
HSV(B) 27.07º 0.87% 0.97% -
XYZ 46.47 35.58 5.78 -
YUV 153.22 59.59 194.89 -
System Red Green Blue C M Y K H S L
Decimal 247 129 32 0 0.48 0.87 0.03 27.07 0.93 0.55
Hex F7 81 20 0 30 57 3 1B 5D 37
Octal 367 201 40 0 60 127 3 33 135 67
Binary 11110111 10000001 100000 0 110000 1010111 11 11011 1011101 110111

Color Harmonies of #F78120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78120

Black with #F78120

Text Example


Text Example

White with #F78120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78120; }

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

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

background-color css

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

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

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

border-color css

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

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

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