#FC9374

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

Shades of Vivid Tangerine #FC9374

Tints of Vivid Tangerine #FC9374

Color information

#FC9374 (or 0xFC9374) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 93 and 74. RGB value is (252,147,116). Sum of RGB (Red+Green+Blue) = 252+147+116=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9374 is #036C8B. Grayscale: #AFAFAF. Windows color (decimal): -224396 or 7640060. OLE color: 7640060.

HSL color Cylindrical-coordinate representation of color #FC9374: hue angle of 13.68º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC9374 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252147116-
CMYK00.420.540.01
HSL13.68º95.77%72.16%-
HSV(B)13.68º53.97%98.82%-
XYZ53.7342.8221.96-
YUV174.8694.79183.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 116 (45.70% from 255) = 22.52%
R=48.93%
G=28.54%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214711600.420.540.0113.6895.7772.16
HexFC937402A361e6048
Octal37422316405266116140110
Binary1111110010010011111010001010101101101111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9374; }

 p { color: rgb(252,147,116); }

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

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

 a { background-color: rgb(252,147,116); }

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

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

 span { border-color: rgb(252,147,116); }

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