Html Css Color HEX #F68105 Tangerine

📋 copy color: '#F68105'

red 246 ◦ green 129 ◦ blue 5

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

Shades of Tangerine #F68105

Tints of Tangerine #F68105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.95%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 64.74%
G = 33.95%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F68105 (or 0xF68105) is known color: Tangerine. HEX triplet: F6, 81 and 05. RGB value is (246,129,5). Sum of RGB (Red+Green+Blue) = 246+129+5=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F68105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68105 is #097EFA. Grayscale: #969696. Windows color (decimal): -622331 or 360950. OLE color: 360950.

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

Color convert

RGB 246 129 5 -
CMYK 0 0.48 0.98 0.04
HSL 30.87º 0.96% 0.49% -
HSV(B) 30.87º 0.98% 0.96% -
XYZ 45.88 35.3 4.54 -
YUV 149.85 46.26 196.58 -
System Red Green Blue C M Y K H S L
Decimal 246 129 5 0 0.48 0.98 0.04 30.87 0.96 0.49
Hex F6 81 5 0 30 62 4 1F 60 31
Octal 366 201 5 0 60 142 4 37 140 61
Binary 11110110 10000001 101 0 110000 1100010 100 11111 1100000 110001

Color Harmonies of #F68105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68105

Black with #F68105

Text Example


Text Example

White with #F68105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68105; }

 p { color: rgb(246,129,5); }

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

background-color css

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

 a { background-color: rgb(246,129,5); }

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

border-color css

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

 span { border-color: rgb(246,129,5); }

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