Html Css Color HEX #F6740F Pumpkin

📋 copy color: '#F6740F'

red 246 ◦ green 116 ◦ blue 15

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

Shades of Pumpkin #F6740F

Tints of Pumpkin #F6740F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.98%

R = 65.25%
G = 30.77%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6740F (or 0xF6740F) is known color: Pumpkin. HEX triplet: F6, 74 and 0F. RGB value is (246,116,15). Sum of RGB (Red+Green+Blue) = 246+116+15=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F6740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6740F is #098BF0. Grayscale: #8F8F8F. Windows color (decimal): -625649 or 1012982. OLE color: 1012982.

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

Color convert

RGB 246 116 15 -
CMYK 0 0.53 0.94 0.04
HSL 26.23º 0.93% 0.51% -
HSV(B) 26.23º 0.94% 0.96% -
XYZ 44.34 32.12 4.31 -
YUV 143.36 55.57 201.21 -
System Red Green Blue C M Y K H S L
Decimal 246 116 15 0 0.53 0.94 0.04 26.23 0.93 0.51
Hex F6 74 F 0 35 5E 4 1A 5D 33
Octal 366 164 17 0 65 136 4 32 135 63
Binary 11110110 1110100 1111 0 110101 1011110 100 11010 1011101 110011

Color Harmonies of #F6740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6740F

Black with #F6740F

Text Example


Text Example

White with #F6740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6740F; }

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

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

background-color css

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

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

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

border-color css

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

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

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