Html Css Color HEX #F68008 Tangerine

📋 copy color: '#F68008'

red 246 ◦ green 128 ◦ blue 8

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

Shades of Tangerine #F68008

Tints of Tangerine #F68008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

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

R = 64.4%
G = 33.51%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F68008 (or 0xF68008) is known color: Tangerine. HEX triplet: F6, 80 and 08. RGB value is (246,128,8). Sum of RGB (Red+Green+Blue) = 246+128+8=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F68008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68008 is #097FF7. Grayscale: #969696. Windows color (decimal): -622584 or 557302. OLE color: 557302.

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

Color convert

RGB 246 128 8 -
CMYK 0 0.48 0.97 0.04
HSL 30.25º 0.94% 0.5% -
HSV(B) 30.25º 0.97% 0.96% -
XYZ 45.77 35.05 4.58 -
YUV 149.6 48.09 196.76 -
System Red Green Blue C M Y K H S L
Decimal 246 128 8 0 0.48 0.97 0.04 30.25 0.94 0.5
Hex F6 80 8 0 30 61 4 1E 5E 32
Octal 366 200 10 0 60 141 4 36 136 62
Binary 11110110 10000000 1000 0 110000 1100001 100 11110 1011110 110010

Color Harmonies of #F68008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68008

Black with #F68008

Text Example


Text Example

White with #F68008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68008; }

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

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

background-color css

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

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

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

border-color css

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

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

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