Html Css Color HEX #F6830C Tangerine

📋 copy color: '#F6830C'

red 246 ◦ green 131 ◦ blue 12

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

Shades of Tangerine #F6830C

Tints of Tangerine #F6830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 63.24%
G = 33.68%
B = 3.08%

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

#F6830C (or 0xF6830C) is known color: Tangerine. HEX triplet: F6, 83 and 0C. RGB value is (246,131,12). Sum of RGB (Red+Green+Blue) = 246+131+12=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F6830C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6830C is #097CF3. Grayscale: #989898. Windows color (decimal): -621812 or 820214. OLE color: 820214.

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

Color convert

RGB 246 131 12 -
CMYK 0 0.47 0.95 0.04
HSL 30.51º 0.93% 0.51% -
HSV(B) 30.51º 0.95% 0.96% -
XYZ 46.19 35.85 4.83 -
YUV 151.82 49.1 195.18 -
System Red Green Blue C M Y K H S L
Decimal 246 131 12 0 0.47 0.95 0.04 30.51 0.93 0.51
Hex F6 83 C 0 2F 5F 4 1F 5D 33
Octal 366 203 14 0 57 137 4 37 135 63
Binary 11110110 10000011 1100 0 101111 1011111 100 11111 1011101 110011

Color Harmonies of #F6830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6830C

Black with #F6830C

Text Example


Text Example

White with #F6830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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