Html Css Color HEX #F68A05 Tangerine

📋 copy color: '#F68A05'

red 246 ◦ green 138 ◦ blue 5

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

Shades of Tangerine #F68A05

Tints of Tangerine #F68A05

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

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

R = 63.24%
G = 35.48%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F68A05 (or 0xF68A05) is known color: Tangerine. HEX triplet: F6, 8A and 05. RGB value is (246,138,5). Sum of RGB (Red+Green+Blue) = 246+138+5=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68A05 is #0975FA. Grayscale: #9B9B9B. Windows color (decimal): -620027 or 363254. OLE color: 363254.

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

Color convert

RGB 246 138 5 -
CMYK 0 0.44 0.98 0.04
HSL 33.11º 0.96% 0.49% -
HSV(B) 33.11º 0.98% 0.96% -
XYZ 47.12 37.78 4.95 -
YUV 155.13 43.28 192.81 -
System Red Green Blue C M Y K H S L
Decimal 246 138 5 0 0.44 0.98 0.04 33.11 0.96 0.49
Hex F6 8A 5 0 2C 62 4 21 60 31
Octal 366 212 5 0 54 142 4 41 140 61
Binary 11110110 10001010 101 0 101100 1100010 100 100001 1100000 110001

Color Harmonies of #F68A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A05

Black with #F68A05

Text Example


Text Example

White with #F68A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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