#FC7A05

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

Shades of Tangerine #FC7A05

Tints of Tangerine #FC7A05

Color information

#FC7A05 (or 0xFC7A05) is unknown color: approx Tangerine. HEX triplet: FC, 7A and 05. RGB value is (252,122,5). Sum of RGB (Red+Green+Blue) = 252+122+5=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7A05 is #0385FA. Grayscale: #949494. Windows color (decimal): -230907 or 359164. OLE color: 359164.

HSL color Cylindrical-coordinate representation of color #FC7A05: hue angle of 28.42º 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 #FC7A05 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB2521225-
CMYK00.520.980.01
HSL28.42º97.63%50.39%-
HSV(B)28.42º98.02%98.82%-
XYZ47.1334.634.34-
YUV147.5347.57202.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 66.49%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 5 (2.34% from 255) = 1.32%
R=66.49%
G=32.19%
B=1.32%

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
Decimal252122500.520.980.0128.4297.6350.39
HexFC7A50346211c6232
Octal374172506414213414262
Binary111111001111010101011010011000101111001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7A05; }

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

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

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

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

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

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

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

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