Html Css Color HEX #F68A00 Tangerine

📋 copy color: '#F68A00'

red 246 ◦ green 138 ◦ blue 0

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

Shades of Tangerine #F68A00

Tints of Tangerine #F68A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.06%
G = 35.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F68A00 (or 0xF68A00) is known color: Tangerine. HEX triplet: F6, 8A and 00. RGB value is (246,138,0). Sum of RGB (Red+Green+Blue) = 246+138+0=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68A00 is #0975FF. Grayscale: #9B9B9B. Windows color (decimal): -620032 or 35574. OLE color: 35574.

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

Color convert

RGB 246 138 0 -
CMYK 0 0.44 1 0.04
HSL 33.66º 1% 0.48% -
HSV(B) 33.66º 1% 0.96% -
XYZ 47.09 37.77 4.81 -
YUV 154.56 40.78 193.22 -
System Red Green Blue C M Y K H S L
Decimal 246 138 0 0 0.44 1 0.04 33.66 1 0.48
Hex F6 8A 0 0 2C 64 4 22 64 30
Octal 366 212 0 0 54 144 4 42 144 60
Binary 11110110 10001010 0 0 101100 1100100 100 100010 1100100 110000

Color Harmonies of #F68A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A00

Black with #F68A00

Text Example


Text Example

White with #F68A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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