Html Css Color HEX #F77D13 Pumpkin

📋 copy color: '#F77D13'

red 247 ◦ green 125 ◦ blue 19

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

Shades of Pumpkin #F77D13

Tints of Pumpkin #F77D13

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

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

R = 63.17%
G = 31.97%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F77D13 (or 0xF77D13) is known color: Pumpkin. HEX triplet: F7, 7D and 13. RGB value is (247,125,19). Sum of RGB (Red+Green+Blue) = 247+125+19=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77D13 is #0882EC. Grayscale: #959595. Windows color (decimal): -557805 or 1277431. OLE color: 1277431.

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

Color convert

RGB 247 125 19 -
CMYK 0 0.49 0.92 0.03
HSL 27.89º 0.93% 0.52% -
HSV(B) 27.89º 0.92% 0.97% -
XYZ 45.81 34.49 4.86 -
YUV 149.39 54.42 197.62 -
System Red Green Blue C M Y K H S L
Decimal 247 125 19 0 0.49 0.92 0.03 27.89 0.93 0.52
Hex F7 7D 13 0 31 5C 3 1C 5D 34
Octal 367 175 23 0 61 134 3 34 135 64
Binary 11110111 1111101 10011 0 110001 1011100 11 11100 1011101 110100

Color Harmonies of #F77D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77D13

Black with #F77D13

Text Example


Text Example

White with #F77D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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