Html Css Color HEX #F77F06 Tangerine

📋 copy color: '#F77F06'

red 247 ◦ green 127 ◦ blue 6

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

Shades of Tangerine #F77F06

Tints of Tangerine #F77F06

RGB

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

 GREEN value IS 127 (50% from 255) = 33.42%

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 65%
G = 33.42%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F77F06 (or 0xF77F06) is known color: Tangerine. HEX triplet: F7, 7F and 06. RGB value is (247,127,6). Sum of RGB (Red+Green+Blue) = 247+127+6=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77F06 is #0880F9. Grayscale: #959595. Windows color (decimal): -557306 or 425975. OLE color: 425975.

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

Color convert

RGB 247 127 6 -
CMYK 0 0.49 0.98 0.03
HSL 30.12º 0.95% 0.5% -
HSV(B) 30.12º 0.98% 0.97% -
XYZ 45.98 34.97 4.5 -
YUV 149.09 47.26 197.84 -
System Red Green Blue C M Y K H S L
Decimal 247 127 6 0 0.49 0.98 0.03 30.12 0.95 0.5
Hex F7 7F 6 0 31 62 3 1E 5F 32
Octal 367 177 6 0 61 142 3 36 137 62
Binary 11110111 1111111 110 0 110001 1100010 11 11110 1011111 110010

Color Harmonies of #F77F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F06

Black with #F77F06

Text Example


Text Example

White with #F77F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F06; }

 p { color: rgb(247,127,6); }

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

background-color css

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

 a { background-color: rgb(247,127,6); }

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

border-color css

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

 span { border-color: rgb(247,127,6); }

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