Html Css Color HEX #F6890C Tangerine

📋 copy color: '#F6890C'

red 246 ◦ green 137 ◦ blue 12

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

Shades of Tangerine #F6890C

Tints of Tangerine #F6890C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 62.28%
G = 34.68%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6890C (or 0xF6890C) is known color: Tangerine. HEX triplet: F6, 89 and 0C. RGB value is (246,137,12). Sum of RGB (Red+Green+Blue) = 246+137+12=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F6890C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6890C is #0976F3. Grayscale: #9B9B9B. Windows color (decimal): -620276 or 821750. OLE color: 821750.

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

Color convert

RGB 246 137 12 -
CMYK 0 0.44 0.95 0.04
HSL 32.05º 0.93% 0.51% -
HSV(B) 32.05º 0.95% 0.96% -
XYZ 47.02 37.51 5.11 -
YUV 155.34 47.11 192.66 -
System Red Green Blue C M Y K H S L
Decimal 246 137 12 0 0.44 0.95 0.04 32.05 0.93 0.51
Hex F6 89 C 0 2C 5F 4 20 5D 33
Octal 366 211 14 0 54 137 4 40 135 63
Binary 11110110 10001001 1100 0 101100 1011111 100 100000 1011101 110011

Color Harmonies of #F6890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6890C

Black with #F6890C

Text Example


Text Example

White with #F6890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6890C; }

 p { color: rgb(246,137,12); }

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

background-color css

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

 a { background-color: rgb(246,137,12); }

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

border-color css

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

 span { border-color: rgb(246,137,12); }

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