Html Css Color HEX #F68800 Tangerine

📋 copy color: '#F68800'

red 246 ◦ green 136 ◦ blue 0

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

Shades of Tangerine #F68800

Tints of Tangerine #F68800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

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

R = 64.4%
G = 35.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F68800 (or 0xF68800) is known color: Tangerine. HEX triplet: F6, 88 and 00. RGB value is (246,136,0). Sum of RGB (Red+Green+Blue) = 246+136+0=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F68800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68800 is #0977FF. Grayscale: #9A9A9A. Windows color (decimal): -620544 or 35062. OLE color: 35062.

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

Color convert

RGB 246 136 0 -
CMYK 0 0.45 1 0.04
HSL 33.17º 1% 0.48% -
HSV(B) 33.17º 1% 0.96% -
XYZ 46.81 37.2 4.71 -
YUV 153.39 41.44 194.06 -
System Red Green Blue C M Y K H S L
Decimal 246 136 0 0 0.45 1 0.04 33.17 1 0.48
Hex F6 88 0 0 2D 64 4 21 64 30
Octal 366 210 0 0 55 144 4 41 144 60
Binary 11110110 10001000 0 0 101101 1100100 100 100001 1100100 110000

Color Harmonies of #F68800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68800

Black with #F68800

Text Example


Text Example

White with #F68800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68800; }

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

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

background-color css

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

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

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

border-color css

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

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

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