Html Css Color HEX #F6870F Tangerine

📋 copy color: '#F6870F'

red 246 ◦ green 135 ◦ blue 15

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

Shades of Tangerine #F6870F

Tints of Tangerine #F6870F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.09%

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 62.12%
G = 34.09%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6870F (or 0xF6870F) is known color: Tangerine. HEX triplet: F6, 87 and 0F. RGB value is (246,135,15). Sum of RGB (Red+Green+Blue) = 246+135+15=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F6870F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6870F is #0978F0. Grayscale: #9B9B9B. Windows color (decimal): -620785 or 1017846. OLE color: 1017846.

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

Color convert

RGB 246 135 15 -
CMYK 0 0.45 0.94 0.04
HSL 31.17º 0.93% 0.51% -
HSV(B) 31.17º 0.94% 0.96% -
XYZ 46.76 36.96 5.12 -
YUV 154.51 49.27 193.26 -
System Red Green Blue C M Y K H S L
Decimal 246 135 15 0 0.45 0.94 0.04 31.17 0.93 0.51
Hex F6 87 F 0 2D 5E 4 1F 5D 33
Octal 366 207 17 0 55 136 4 37 135 63
Binary 11110110 10000111 1111 0 101101 1011110 100 11111 1011101 110011

Color Harmonies of #F6870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6870F

Black with #F6870F

Text Example


Text Example

White with #F6870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6870F; }

 p { color: rgb(246,135,15); }

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

background-color css

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

 a { background-color: rgb(246,135,15); }

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

border-color css

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

 span { border-color: rgb(246,135,15); }

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