Html Css Color HEX #F6860C Tangerine

📋 copy color: '#F6860C'

red 246 ◦ green 134 ◦ blue 12

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

Shades of Tangerine #F6860C

Tints of Tangerine #F6860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 62.76%
G = 34.18%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6860C (or 0xF6860C) is known color: Tangerine. HEX triplet: F6, 86 and 0C. RGB value is (246,134,12). Sum of RGB (Red+Green+Blue) = 246+134+12=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F6860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6860C is #0979F3. Grayscale: #9A9A9A. Windows color (decimal): -621044 or 820982. OLE color: 820982.

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

Color convert

RGB 246 134 12 -
CMYK 0 0.46 0.95 0.04
HSL 31.28º 0.93% 0.51% -
HSV(B) 31.28º 0.95% 0.96% -
XYZ 46.6 36.67 4.97 -
YUV 153.58 48.11 193.92 -
System Red Green Blue C M Y K H S L
Decimal 246 134 12 0 0.46 0.95 0.04 31.28 0.93 0.51
Hex F6 86 C 0 2E 5F 4 1F 5D 33
Octal 366 206 14 0 56 137 4 37 135 63
Binary 11110110 10000110 1100 0 101110 1011111 100 11111 1011101 110011

Color Harmonies of #F6860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6860C

Black with #F6860C

Text Example


Text Example

White with #F6860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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