#FC7805

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

Shades of Tangerine #FC7805

Tints of Tangerine #FC7805

Color information

#FC7805 (or 0xFC7805) is unknown color: approx Tangerine. HEX triplet: FC, 78 and 05. RGB value is (252,120,5). Sum of RGB (Red+Green+Blue) = 252+120+5=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7805 is #0387FA. Grayscale: #929292. Windows color (decimal): -231419 or 358652. OLE color: 358652.

HSL color Cylindrical-coordinate representation of color #FC7805: hue angle of 27.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC7805 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB2521205-
CMYK00.520.980.01
HSL27.94º97.63%50.39%-
HSV(B)27.94º98.02%98.82%-
XYZ46.8934.144.26-
YUV146.3648.23203.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 66.84%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 5 (2.34% from 255) = 1.33%
R=66.84%
G=31.83%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252120500.520.980.0127.9497.6350.39
HexFC7850346211c6232
Octal374170506414213414262
Binary111111001111000101011010011000101111001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7805; }

 p { color: rgb(252,120,5); }

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

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

 a { background-color: rgb(252,120,5); }

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

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

 span { border-color: rgb(252,120,5); }

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