Html Css Color HEX #F6820C Tangerine

📋 copy color: '#F6820C'

red 246 ◦ green 130 ◦ blue 12

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

Shades of Tangerine #F6820C

Tints of Tangerine #F6820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 63.4%
G = 33.51%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6820C (or 0xF6820C) is known color: Tangerine. HEX triplet: F6, 82 and 0C. RGB value is (246,130,12). Sum of RGB (Red+Green+Blue) = 246+130+12=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F6820C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6820C is #097DF3. Grayscale: #979797. Windows color (decimal): -622068 or 819958. OLE color: 819958.

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

Color convert

RGB 246 130 12 -
CMYK 0 0.47 0.95 0.04
HSL 30.26º 0.93% 0.51% -
HSV(B) 30.26º 0.95% 0.96% -
XYZ 46.06 35.58 4.79 -
YUV 151.23 49.43 195.59 -
System Red Green Blue C M Y K H S L
Decimal 246 130 12 0 0.47 0.95 0.04 30.26 0.93 0.51
Hex F6 82 C 0 2F 5F 4 1E 5D 33
Octal 366 202 14 0 57 137 4 36 135 63
Binary 11110110 10000010 1100 0 101111 1011111 100 11110 1011101 110011

Color Harmonies of #F6820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6820C

Black with #F6820C

Text Example


Text Example

White with #F6820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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