Html Css Color HEX #F76020 Pumpkin

📋 copy color: '#F76020'

red 247 ◦ green 96 ◦ blue 32

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

Shades of Pumpkin #F76020

Tints of Pumpkin #F76020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

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

R = 65.87%
G = 25.6%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F76020 (or 0xF76020) is known color: Pumpkin. HEX triplet: F7, 60 and 20. RGB value is (247,96,32). Sum of RGB (Red+Green+Blue) = 247+96+32=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F76020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76020 is #089FDF. Grayscale: #868686. Windows color (decimal): -565216 or 2121975. OLE color: 2121975.

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

Color convert

RGB 247 96 32 -
CMYK 0 0.61 0.87 0.03
HSL 17.86º 0.93% 0.55% -
HSV(B) 17.86º 0.87% 0.97% -
XYZ 42.8 28.24 4.56 -
YUV 133.85 70.53 208.7 -
System Red Green Blue C M Y K H S L
Decimal 247 96 32 0 0.61 0.87 0.03 17.86 0.93 0.55
Hex F7 60 20 0 3D 57 3 12 5D 37
Octal 367 140 40 0 75 127 3 22 135 67
Binary 11110111 1100000 100000 0 111101 1010111 11 10010 1011101 110111

Color Harmonies of #F76020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76020

Black with #F76020

Text Example


Text Example

White with #F76020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76020; }

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

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

background-color css

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

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

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

border-color css

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

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

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