Html Css Color HEX #F77213 Pumpkin

📋 copy color: '#F77213'

red 247 ◦ green 114 ◦ blue 19

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

Shades of Pumpkin #F77213

Tints of Pumpkin #F77213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

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

R = 65%
G = 30%
B = 5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F77213 (or 0xF77213) is known color: Pumpkin. HEX triplet: F7, 72 and 13. RGB value is (247,114,19). Sum of RGB (Red+Green+Blue) = 247+114+19=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F77213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77213 is #088DEC. Grayscale: #8F8F8F. Windows color (decimal): -560621 or 1274615. OLE color: 1274615.

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

Color convert

RGB 247 114 19 -
CMYK 0 0.54 0.92 0.03
HSL 25º 0.93% 0.52% -
HSV(B) 25º 0.92% 0.97% -
XYZ 44.49 31.86 4.42 -
YUV 142.94 58.06 202.22 -
System Red Green Blue C M Y K H S L
Decimal 247 114 19 0 0.54 0.92 0.03 25 0.93 0.52
Hex F7 72 13 0 36 5C 3 19 5D 34
Octal 367 162 23 0 66 134 3 31 135 64
Binary 11110111 1110010 10011 0 110110 1011100 11 11001 1011101 110100

Color Harmonies of #F77213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77213

Black with #F77213

Text Example


Text Example

White with #F77213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77213; }

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

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

background-color css

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

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

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

border-color css

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

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

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