Html Css Color HEX #F7870C Tangerine

📋 copy color: '#F7870C'

red 247 ◦ green 135 ◦ blue 12

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

Shades of Tangerine #F7870C

Tints of Tangerine #F7870C

RGB

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

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

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

R = 62.69%
G = 34.26%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7870C (or 0xF7870C) is known color: Tangerine. HEX triplet: F7, 87 and 0C. RGB value is (247,135,12). Sum of RGB (Red+Green+Blue) = 247+135+12=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F7870C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7870C is #0878F3. Grayscale: #9B9B9B. Windows color (decimal): -555252 or 821239. OLE color: 821239.

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

Color convert

RGB 247 135 12 -
CMYK 0 0.45 0.95 0.03
HSL 31.4º 0.94% 0.51% -
HSV(B) 31.4º 0.95% 0.97% -
XYZ 47.09 37.13 5.03 -
YUV 154.47 47.61 194 -
System Red Green Blue C M Y K H S L
Decimal 247 135 12 0 0.45 0.95 0.03 31.4 0.94 0.51
Hex F7 87 C 0 2D 5F 3 1F 5E 33
Octal 367 207 14 0 55 137 3 37 136 63
Binary 11110111 10000111 1100 0 101101 1011111 11 11111 1011110 110011

Color Harmonies of #F7870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7870C

Black with #F7870C

Text Example


Text Example

White with #F7870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7870C; }

 p { color: rgb(247,135,12); }

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

background-color css

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

 a { background-color: rgb(247,135,12); }

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

border-color css

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

 span { border-color: rgb(247,135,12); }

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