Html Css Color HEX #F6860E Tangerine

📋 copy color: '#F6860E'

red 246 ◦ green 134 ◦ blue 14

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

Shades of Tangerine #F6860E

Tints of Tangerine #F6860E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.55%

R = 62.44%
G = 34.01%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6860E (or 0xF6860E) is known color: Tangerine. HEX triplet: F6, 86 and 0E. RGB value is (246,134,14). Sum of RGB (Red+Green+Blue) = 246+134+14=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F6860E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6860E is #0979F1. Grayscale: #9A9A9A. Windows color (decimal): -621042 or 952054. OLE color: 952054.

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

Color convert

RGB 246 134 14 -
CMYK 0 0.46 0.94 0.04
HSL 31.03º 0.93% 0.51% -
HSV(B) 31.03º 0.94% 0.96% -
XYZ 46.61 36.67 5.04 -
YUV 153.81 49.11 193.76 -
System Red Green Blue C M Y K H S L
Decimal 246 134 14 0 0.46 0.94 0.04 31.03 0.93 0.51
Hex F6 86 E 0 2E 5E 4 1F 5D 33
Octal 366 206 16 0 56 136 4 37 135 63
Binary 11110110 10000110 1110 0 101110 1011110 100 11111 1011101 110011

Color Harmonies of #F6860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6860E

Black with #F6860E

Text Example


Text Example

White with #F6860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6860E; }

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

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

background-color css

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

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

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

border-color css

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

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

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