Html Css Color HEX #F76116 Pumpkin

📋 copy color: '#F76116'

red 247 ◦ green 97 ◦ blue 22

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

Shades of Pumpkin #F76116

Tints of Pumpkin #F76116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 67.49%
G = 26.5%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F76116 (or 0xF76116) is known color: Pumpkin. HEX triplet: F7, 61 and 16. RGB value is (247,97,22). Sum of RGB (Red+Green+Blue) = 247+97+22=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F76116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76116 is #089EE9. Grayscale: #858585. Windows color (decimal): -564970 or 1466871. OLE color: 1466871.

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

Color convert

RGB 247 97 22 -
CMYK 0 0.61 0.91 0.03
HSL 20º 0.93% 0.53% -
HSV(B) 20º 0.91% 0.97% -
XYZ 42.78 28.38 3.98 -
YUV 133.3 65.2 209.1 -
System Red Green Blue C M Y K H S L
Decimal 247 97 22 0 0.61 0.91 0.03 20 0.93 0.53
Hex F7 61 16 0 3D 5B 3 14 5D 35
Octal 367 141 26 0 75 133 3 24 135 65
Binary 11110111 1100001 10110 0 111101 1011011 11 10100 1011101 110101

Color Harmonies of #F76116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76116

Black with #F76116

Text Example


Text Example

White with #F76116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76116; }

 p { color: rgb(247,97,22); }

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

background-color css

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

 a { background-color: rgb(247,97,22); }

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

border-color css

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

 span { border-color: rgb(247,97,22); }

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