Html Css Color HEX #F6860A Tangerine

📋 copy color: '#F6860A'

red 246 ◦ green 134 ◦ blue 10

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

Shades of Tangerine #F6860A

Tints of Tangerine #F6860A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 63.08%
G = 34.36%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6860A (or 0xF6860A) is known color: Tangerine. HEX triplet: F6, 86 and 0A. RGB value is (246,134,10). Sum of RGB (Red+Green+Blue) = 246+134+10=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6860A is #0979F5. Grayscale: #999999. Windows color (decimal): -621046 or 689910. OLE color: 689910.

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

Color convert

RGB 246 134 10 -
CMYK 0 0.46 0.96 0.04
HSL 31.53º 0.93% 0.5% -
HSV(B) 31.53º 0.96% 0.96% -
XYZ 46.59 36.66 4.91 -
YUV 153.35 47.11 194.08 -
System Red Green Blue C M Y K H S L
Decimal 246 134 10 0 0.46 0.96 0.04 31.53 0.93 0.5
Hex F6 86 A 0 2E 60 4 20 5D 32
Octal 366 206 12 0 56 140 4 40 135 62
Binary 11110110 10000110 1010 0 101110 1100000 100 100000 1011101 110010

Color Harmonies of #F6860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6860A

Black with #F6860A

Text Example


Text Example

White with #F6860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6860A; }

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

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

background-color css

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

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

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

border-color css

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

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

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