Html Css Color HEX #F68412 Tangerine

📋 copy color: '#F68412'

red 246 ◦ green 132 ◦ blue 18

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

Shades of Tangerine #F68412

Tints of Tangerine #F68412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 18 (7.42% from 255) = 4.55%

R = 62.12%
G = 33.33%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F68412 (or 0xF68412) is known color: Tangerine. HEX triplet: F6, 84 and 12. RGB value is (246,132,18). Sum of RGB (Red+Green+Blue) = 246+132+18=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F68412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68412 is #097BED. Grayscale: #999999. Windows color (decimal): -621550 or 1213686. OLE color: 1213686.

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

Color convert

RGB 246 132 18 -
CMYK 0 0.46 0.93 0.04
HSL 30º 0.93% 0.52% -
HSV(B) 30º 0.93% 0.96% -
XYZ 46.37 36.14 5.1 -
YUV 153.09 51.77 194.27 -
System Red Green Blue C M Y K H S L
Decimal 246 132 18 0 0.46 0.93 0.04 30 0.93 0.52
Hex F6 84 12 0 2E 5D 4 1E 5D 34
Octal 366 204 22 0 56 135 4 36 135 64
Binary 11110110 10000100 10010 0 101110 1011101 100 11110 1011101 110100

Color Harmonies of #F68412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68412

Black with #F68412

Text Example


Text Example

White with #F68412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68412; }

 p { color: rgb(246,132,18); }

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

background-color css

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

 a { background-color: rgb(246,132,18); }

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

border-color css

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

 span { border-color: rgb(246,132,18); }

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