Html Css Color HEX #F0860E Tangerine

📋 copy color: '#F0860E'

red 240 ◦ green 134 ◦ blue 14

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

Shades of Tangerine #F0860E

Tints of Tangerine #F0860E

RGB

 RED value IS 240 (94.14% from 255) = 61.86%

 GREEN value IS 134 (52.73% from 255) = 34.54%

 BLUE value IS 14 (5.86% from 255) = 3.61%

R = 61.86%
G = 34.54%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0860E (or 0xF0860E) is known color: Tangerine. HEX triplet: F0, 86 and 0E. RGB value is (240,134,14). Sum of RGB (Red+Green+Blue) = 240+134+14=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0860E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0860E is #0F79F1. Grayscale: #989898. Windows color (decimal): -1014258 or 952048. OLE color: 952048.

HSL color Cylindrical-coordinate representation of color #F0860E: hue angle of 31.86º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0860E is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 14 -
CMYK 0 0.44 0.94 0.06
HSL 31.86º 0.89% 0.5% -
HSV(B) 31.86º 0.94% 0.94% -
XYZ 44.54 35.61 4.94 -
YUV 152.01 50.12 190.76 -
System Red Green Blue C M Y K H S L
Decimal 240 134 14 0 0.44 0.94 0.06 31.86 0.89 0.5
Hex F0 86 E 0 2C 5E 6 20 59 32
Octal 360 206 16 0 54 136 6 40 131 62
Binary 11110000 10000110 1110 0 101100 1011110 110 100000 1011001 110010

Color Harmonies of #F0860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0860E

Black with #F0860E

Text Example


Text Example

White with #F0860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0860E; }

 p { color: rgb(240,134,14); }

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

background-color css

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

 a { background-color: rgb(240,134,14); }

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

border-color css

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

 span { border-color: rgb(240,134,14); }

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