Html Css Color HEX #F68208 Tangerine

📋 copy color: '#F68208'

red 246 ◦ green 130 ◦ blue 8

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

Shades of Tangerine #F68208

Tints of Tangerine #F68208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.08%

R = 64.06%
G = 33.85%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F68208 (or 0xF68208) is known color: Tangerine. HEX triplet: F6, 82 and 08. RGB value is (246,130,8). Sum of RGB (Red+Green+Blue) = 246+130+8=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F68208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68208 is #097DF7. Grayscale: #979797. Windows color (decimal): -622072 or 557814. OLE color: 557814.

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

Color convert

RGB 246 130 8 -
CMYK 0 0.47 0.97 0.04
HSL 30.76º 0.94% 0.5% -
HSV(B) 30.76º 0.97% 0.96% -
XYZ 46.03 35.58 4.67 -
YUV 150.78 47.43 195.92 -
System Red Green Blue C M Y K H S L
Decimal 246 130 8 0 0.47 0.97 0.04 30.76 0.94 0.5
Hex F6 82 8 0 2F 61 4 1F 5E 32
Octal 366 202 10 0 57 141 4 37 136 62
Binary 11110110 10000010 1000 0 101111 1100001 100 11111 1011110 110010

Color Harmonies of #F68208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68208

Black with #F68208

Text Example


Text Example

White with #F68208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68208; }

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

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

background-color css

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

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

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

border-color css

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

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

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