Html Css Color HEX #F7860A Tangerine

📋 copy color: '#F7860A'

red 247 ◦ green 134 ◦ blue 10

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

Shades of Tangerine #F7860A

Tints of Tangerine #F7860A

RGB

 RED value IS 247 (96.88% from 255) = 63.17%

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

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

R = 63.17%
G = 34.27%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7860A (or 0xF7860A) is known color: Tangerine. HEX triplet: F7, 86 and 0A. RGB value is (247,134,10). Sum of RGB (Red+Green+Blue) = 247+134+10=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F7860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7860A is #0879F5. Grayscale: #9A9A9A. Windows color (decimal): -555510 or 689911. OLE color: 689911.

HSL color Cylindrical-coordinate representation of color #F7860A: hue angle of 31.39º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7860A is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 134 10 -
CMYK 0 0.46 0.96 0.03
HSL 31.39º 0.94% 0.5% -
HSV(B) 31.39º 0.96% 0.97% -
XYZ 46.94 36.85 4.93 -
YUV 153.65 46.94 194.58 -
System Red Green Blue C M Y K H S L
Decimal 247 134 10 0 0.46 0.96 0.03 31.39 0.94 0.5
Hex F7 86 A 0 2E 60 3 1F 5E 32
Octal 367 206 12 0 56 140 3 37 136 62
Binary 11110111 10000110 1010 0 101110 1100000 11 11111 1011110 110010

Color Harmonies of #F7860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7860A

Black with #F7860A

Text Example


Text Example

White with #F7860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7860A; }

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

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

background-color css

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

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

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

border-color css

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

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

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