Html Css Color HEX #F68500 Tangerine

📋 copy color: '#F68500'

red 246 ◦ green 133 ◦ blue 0

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

Shades of Tangerine #F68500

Tints of Tangerine #F68500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.09%

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

R = 64.91%
G = 35.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F68500 (or 0xF68500) is known color: Tangerine. HEX triplet: F6, 85 and 00. RGB value is (246,133,0). Sum of RGB (Red+Green+Blue) = 246+133+0=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F68500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68500 is #097AFF. Grayscale: #989898. Windows color (decimal): -621312 or 34294. OLE color: 34294.

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

Color convert

RGB 246 133 0 -
CMYK 0 0.46 1 0.04
HSL 32.44º 1% 0.48% -
HSV(B) 32.44º 1% 0.96% -
XYZ 46.39 36.37 4.57 -
YUV 151.63 42.44 195.31 -
System Red Green Blue C M Y K H S L
Decimal 246 133 0 0 0.46 1 0.04 32.44 1 0.48
Hex F6 85 0 0 2E 64 4 20 64 30
Octal 366 205 0 0 56 144 4 40 144 60
Binary 11110110 10000101 0 0 101110 1100100 100 100000 1100100 110000

Color Harmonies of #F68500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68500

Black with #F68500

Text Example


Text Example

White with #F68500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68500; }

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

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

background-color css

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

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

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

border-color css

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

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

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