Html Css Color HEX #F7880C Tangerine

📋 copy color: '#F7880C'

red 247 ◦ green 136 ◦ blue 12

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

Shades of Tangerine #F7880C

Tints of Tangerine #F7880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

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

R = 62.53%
G = 34.43%
B = 3.04%

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

#F7880C (or 0xF7880C) is known color: Tangerine. HEX triplet: F7, 88 and 0C. RGB value is (247,136,12). Sum of RGB (Red+Green+Blue) = 247+136+12=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F7880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7880C is #0877F3. Grayscale: #9B9B9B. Windows color (decimal): -554996 or 821495. OLE color: 821495.

HSL color Cylindrical-coordinate representation of color #F7880C: hue angle of 31.66º 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 #F7880C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 136 12 -
CMYK 0 0.45 0.95 0.03
HSL 31.66º 0.94% 0.51% -
HSV(B) 31.66º 0.95% 0.97% -
XYZ 47.23 37.41 5.08 -
YUV 155.05 47.27 193.58 -
System Red Green Blue C M Y K H S L
Decimal 247 136 12 0 0.45 0.95 0.03 31.66 0.94 0.51
Hex F7 88 C 0 2D 5F 3 20 5E 33
Octal 367 210 14 0 55 137 3 40 136 63
Binary 11110111 10001000 1100 0 101101 1011111 11 100000 1011110 110011

Color Harmonies of #F7880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7880C

Black with #F7880C

Text Example


Text Example

White with #F7880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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