#F77A00

Color #F77A00 Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #F77A00

Tints of Tangerine #F77A00

Color information

#F77A00 (or 0xF77A00) is unknown color: approx Tangerine. HEX triplet: F7, 7A and 00. RGB value is (247,122,0). Sum of RGB (Red+Green+Blue) = 247+122+0=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77A00 is #0885FF. Grayscale: #929292. Windows color (decimal): -558592 or 31479. OLE color: 31479.

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

Color convert

RGB2471220-
CMYK00.5110.03
HSL29.64º100%48.43%-
HSV(B)29.64º100%96.86%-
XYZ45.3233.694.11-
YUV145.4745.91200.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 66.94%
GREEN value IS 122 (48.05% from 255) = 33.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.94%
G=33.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247122000.5110.0329.6410048.43
HexF77A00336431e6430
Octal367172006314433614460
Binary11110111111101000110011110010011111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77A00; }

 p { color: rgb(247,122,0); }

 H1.HeaderClassName
 {
   color: #F77A00;
 }
 .AnyTagClassName
 {
   color: #F77A00;
 }
</style>
background-color css

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

 a { background-color: rgb(247,122,0); }

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

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

 span { border-color: rgb(247,122,0); }

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