Html Css Color HEX #F0860A Tangerine

📋 copy color: '#F0860A'

red 240 ◦ green 134 ◦ blue 10

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

Shades of Tangerine #F0860A

Tints of Tangerine #F0860A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 62.5%
G = 34.9%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0860A (or 0xF0860A) is known color: Tangerine. HEX triplet: F0, 86 and 0A. RGB value is (240,134,10). Sum of RGB (Red+Green+Blue) = 240+134+10=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0860A is #0F79F5. Grayscale: #989898. Windows color (decimal): -1014262 or 689904. OLE color: 689904.

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

Color convert

RGB 240 134 10 -
CMYK 0 0.44 0.96 0.06
HSL 32.35º 0.92% 0.49% -
HSV(B) 32.35º 0.96% 0.94% -
XYZ 44.52 35.6 4.81 -
YUV 151.56 48.12 191.08 -
System Red Green Blue C M Y K H S L
Decimal 240 134 10 0 0.44 0.96 0.06 32.35 0.92 0.49
Hex F0 86 A 0 2C 60 6 20 5C 31
Octal 360 206 12 0 54 140 6 40 134 61
Binary 11110000 10000110 1010 0 101100 1100000 110 100000 1011100 110001

Color Harmonies of #F0860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0860A

Black with #F0860A

Text Example


Text Example

White with #F0860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0860A; }

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

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

background-color css

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

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

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

border-color css

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

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

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