Html Css Color HEX #F67313 Pumpkin

📋 copy color: '#F67313'

red 246 ◦ green 115 ◦ blue 19

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

Shades of Pumpkin #F67313

Tints of Pumpkin #F67313

RGB

 RED value IS 246 (96.48% from 255) = 64.74%

 GREEN value IS 115 (45.31% from 255) = 30.26%

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

R = 64.74%
G = 30.26%
B = 5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F67313 (or 0xF67313) is known color: Pumpkin. HEX triplet: F6, 73 and 13. RGB value is (246,115,19). Sum of RGB (Red+Green+Blue) = 246+115+19=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F67313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67313 is #098CEC. Grayscale: #8F8F8F. Windows color (decimal): -625901 or 1274870. OLE color: 1274870.

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

Color convert

RGB 246 115 19 -
CMYK 0 0.53 0.92 0.04
HSL 25.37º 0.93% 0.52% -
HSV(B) 25.37º 0.92% 0.96% -
XYZ 44.25 31.9 4.44 -
YUV 143.23 57.9 201.31 -
System Red Green Blue C M Y K H S L
Decimal 246 115 19 0 0.53 0.92 0.04 25.37 0.93 0.52
Hex F6 73 13 0 35 5C 4 19 5D 34
Octal 366 163 23 0 65 134 4 31 135 64
Binary 11110110 1110011 10011 0 110101 1011100 100 11001 1011101 110100

Color Harmonies of #F67313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67313

Black with #F67313

Text Example


Text Example

White with #F67313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67313; }

 p { color: rgb(246,115,19); }

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

background-color css

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

 a { background-color: rgb(246,115,19); }

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

border-color css

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

 span { border-color: rgb(246,115,19); }

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