Html Css Color HEX #F77013 Pumpkin

📋 copy color: '#F77013'

red 247 ◦ green 112 ◦ blue 19

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

Shades of Pumpkin #F77013

Tints of Pumpkin #F77013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.03%

R = 65.34%
G = 29.63%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F77013 (or 0xF77013) is known color: Pumpkin. HEX triplet: F7, 70 and 13. RGB value is (247,112,19). Sum of RGB (Red+Green+Blue) = 247+112+19=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F77013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77013 is #088FEC. Grayscale: #8E8E8E. Windows color (decimal): -561133 or 1274103. OLE color: 1274103.

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

Color convert

RGB 247 112 19 -
CMYK 0 0.55 0.92 0.03
HSL 24.47º 0.93% 0.52% -
HSV(B) 24.47º 0.92% 0.97% -
XYZ 44.27 31.41 4.35 -
YUV 141.76 58.73 203.06 -
System Red Green Blue C M Y K H S L
Decimal 247 112 19 0 0.55 0.92 0.03 24.47 0.93 0.52
Hex F7 70 13 0 37 5C 3 18 5D 34
Octal 367 160 23 0 67 134 3 30 135 64
Binary 11110111 1110000 10011 0 110111 1011100 11 11000 1011101 110100

Color Harmonies of #F77013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77013

Black with #F77013

Text Example


Text Example

White with #F77013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77013; }

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

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

background-color css

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

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

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

border-color css

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

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

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