Html Css Color HEX #F77F01 Tangerine

📋 copy color: '#F77F01'

red 247 ◦ green 127 ◦ blue 1

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

Shades of Tangerine #F77F01

Tints of Tangerine #F77F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 65.87%
G = 33.87%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F77F01 (or 0xF77F01) is known color: Tangerine. HEX triplet: F7, 7F and 01. RGB value is (247,127,1). Sum of RGB (Red+Green+Blue) = 247+127+1=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77F01 is #0880FE. Grayscale: #959595. Windows color (decimal): -557311 or 98295. OLE color: 98295.

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

Color convert

RGB 247 127 1 -
CMYK 0 0.49 1.00 0.03
HSL 30.73º 0.99% 0.49% -
HSV(B) 30.73º 1% 0.97% -
XYZ 45.95 34.96 4.35 -
YUV 148.52 44.76 198.25 -
System Red Green Blue C M Y K H S L
Decimal 247 127 1 0 0.49 1.00 0.03 30.73 0.99 0.49
Hex F7 7F 1 0 31 64 3 1F 63 31
Octal 367 177 1 0 61 144 3 37 143 61
Binary 11110111 1111111 1 0 110001 1100100 11 11111 1100011 110001

Color Harmonies of #F77F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F01

Black with #F77F01

Text Example


Text Example

White with #F77F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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