Html Css Color HEX #F77010 Pumpkin

📋 copy color: '#F77010'

red 247 ◦ green 112 ◦ blue 16

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

Shades of Pumpkin #F77010

Tints of Pumpkin #F77010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 65.87%
G = 29.87%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F77010 (or 0xF77010) is known color: Pumpkin. HEX triplet: F7, 70 and 10. RGB value is (247,112,16). Sum of RGB (Red+Green+Blue) = 247+112+16=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F77010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77010 is #088FEF. Grayscale: #8D8D8D. Windows color (decimal): -561136 or 1077495. OLE color: 1077495.

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

Color convert

RGB 247 112 16 -
CMYK 0 0.55 0.94 0.03
HSL 24.94º 0.94% 0.52% -
HSV(B) 24.94º 0.94% 0.97% -
XYZ 44.25 31.4 4.22 -
YUV 141.42 57.23 203.31 -
System Red Green Blue C M Y K H S L
Decimal 247 112 16 0 0.55 0.94 0.03 24.94 0.94 0.52
Hex F7 70 10 0 37 5E 3 19 5E 34
Octal 367 160 20 0 67 136 3 31 136 64
Binary 11110111 1110000 10000 0 110111 1011110 11 11001 1011110 110100

Color Harmonies of #F77010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77010

Black with #F77010

Text Example


Text Example

White with #F77010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77010; }

 p { color: rgb(247,112,16); }

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

background-color css

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

 a { background-color: rgb(247,112,16); }

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

border-color css

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

 span { border-color: rgb(247,112,16); }

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