Html Css Color HEX #F77E0C Tangerine

📋 copy color: '#F77E0C'

red 247 ◦ green 126 ◦ blue 12

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

Shades of Tangerine #F77E0C

Tints of Tangerine #F77E0C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

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

R = 64.16%
G = 32.73%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F77E0C (or 0xF77E0C) is known color: Tangerine. HEX triplet: F7, 7E and 0C. RGB value is (247,126,12). Sum of RGB (Red+Green+Blue) = 247+126+12=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77E0C is #0881F3. Grayscale: #959595. Windows color (decimal): -557556 or 818935. OLE color: 818935.

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

Color convert

RGB 247 126 12 -
CMYK 0 0.49 0.95 0.03
HSL 29.11º 0.94% 0.51% -
HSV(B) 29.11º 0.95% 0.97% -
XYZ 45.88 34.72 4.63 -
YUV 149.18 50.59 197.77 -
System Red Green Blue C M Y K H S L
Decimal 247 126 12 0 0.49 0.95 0.03 29.11 0.94 0.51
Hex F7 7E C 0 31 5F 3 1D 5E 33
Octal 367 176 14 0 61 137 3 35 136 63
Binary 11110111 1111110 1100 0 110001 1011111 11 11101 1011110 110011

Color Harmonies of #F77E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77E0C

Black with #F77E0C

Text Example


Text Example

White with #F77E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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