Html Css Color HEX #F6720C Pumpkin

📋 copy color: '#F6720C'

red 246 ◦ green 114 ◦ blue 12

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

Shades of Pumpkin #F6720C

Tints of Pumpkin #F6720C

RGB

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

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

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

R = 66.13%
G = 30.65%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6720C (or 0xF6720C) is known color: Pumpkin. HEX triplet: F6, 72 and 0C. RGB value is (246,114,12). Sum of RGB (Red+Green+Blue) = 246+114+12=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6720C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6720C is #098DF3. Grayscale: #8E8E8E. Windows color (decimal): -626164 or 815862. OLE color: 815862.

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

Color convert

RGB 246 114 12 -
CMYK 0 0.54 0.95 0.04
HSL 26.15º 0.93% 0.51% -
HSV(B) 26.15º 0.95% 0.96% -
XYZ 44.09 31.65 4.13 -
YUV 141.84 54.73 202.29 -
System Red Green Blue C M Y K H S L
Decimal 246 114 12 0 0.54 0.95 0.04 26.15 0.93 0.51
Hex F6 72 C 0 36 5F 4 1A 5D 33
Octal 366 162 14 0 66 137 4 32 135 63
Binary 11110110 1110010 1100 0 110110 1011111 100 11010 1011101 110011

Color Harmonies of #F6720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6720C

Black with #F6720C

Text Example


Text Example

White with #F6720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6720C; }

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

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

background-color css

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

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

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

border-color css

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

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

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