Html Css Color HEX #F6740C Pumpkin

📋 copy color: '#F6740C'

red 246 ◦ green 116 ◦ blue 12

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

Shades of Pumpkin #F6740C

Tints of Pumpkin #F6740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

 BLUE value IS 12 (5.08% from 255) = 3.21%

R = 65.78%
G = 31.02%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6740C (or 0xF6740C) is known color: Pumpkin. HEX triplet: F6, 74 and 0C. RGB value is (246,116,12). Sum of RGB (Red+Green+Blue) = 246+116+12=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6740C is #098BF3. Grayscale: #8F8F8F. Windows color (decimal): -625652 or 816374. OLE color: 816374.

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

Color convert

RGB 246 116 12 -
CMYK 0 0.53 0.95 0.04
HSL 26.67º 0.93% 0.51% -
HSV(B) 26.67º 0.95% 0.96% -
XYZ 44.32 32.11 4.21 -
YUV 143.01 54.07 201.46 -
System Red Green Blue C M Y K H S L
Decimal 246 116 12 0 0.53 0.95 0.04 26.67 0.93 0.51
Hex F6 74 C 0 35 5F 4 1B 5D 33
Octal 366 164 14 0 65 137 4 33 135 63
Binary 11110110 1110100 1100 0 110101 1011111 100 11011 1011101 110011

Color Harmonies of #F6740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6740C

Black with #F6740C

Text Example


Text Example

White with #F6740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6740C; }

 p { color: rgb(246,116,12); }

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

background-color css

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

 a { background-color: rgb(246,116,12); }

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

border-color css

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

 span { border-color: rgb(246,116,12); }

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